diff options
author | Indrajith K L | 2023-11-06 06:12:28 +0530 |
---|---|---|
committer | Indrajith K L | 2023-11-06 06:12:28 +0530 |
commit | bf91c7ef4f374a78bff46a42a85c0426b0abf7d0 (patch) | |
tree | a38e002b64c3dd5fb6f9dca7791eba4f99a68760 /spec/spec_helper.cr | |
download | wialt_listener-master.tar.gz wialt_listener-master.tar.bz2 wialt_listener-master.zip |
* Listener Implementation - In-Progress
* Initial API Endpoints and Websocket implementation
* API End Points Implemented -> /music_changed, /state_change
* Websocket End Points implemented -> /i_am_listening_to
* Socket Implementation - In-Progress
Diffstat (limited to 'spec/spec_helper.cr')
-rw-r--r-- | spec/spec_helper.cr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr new file mode 100644 index 0000000..cb31982 --- /dev/null +++ b/spec/spec_helper.cr @@ -0,0 +1,2 @@ +require "spec" +require "../src/wialt_listener" |