diff options
author | Indrajith K L | 2023-11-06 06:02:00 +0530 |
---|---|---|
committer | Indrajith K L | 2023-11-06 06:02:00 +0530 |
commit | 2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec (patch) | |
tree | 31bf740d78078d8fd67faec284f5d30aaf82a83c /spec/spec_helper.cr | |
download | wialt_daemon-master.tar.gz wialt_daemon-master.tar.bz2 wialt_daemon-master.zip |
* Daemon Implementation - In-Progress
* Initial MPC Event Captures
* POST music title on daemon is loaded
* POST music title on song change - TODO
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..164f802 --- /dev/null +++ b/spec/spec_helper.cr @@ -0,0 +1,2 @@ +require "spec" +require "../src/wialt_daemon" |