aboutsummaryrefslogtreecommitdiff
path: root/spec/wialt_daemon_spec.cr
diff options
context:
space:
mode:
authorIndrajith K L2023-11-06 06:02:00 +0530
committerIndrajith K L2023-11-06 06:02:00 +0530
commit2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec (patch)
tree31bf740d78078d8fd67faec284f5d30aaf82a83c /spec/wialt_daemon_spec.cr
downloadwialt_daemon-master.tar.gz
wialt_daemon-master.tar.bz2
wialt_daemon-master.zip
Initial CommitHEADmaster
* 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/wialt_daemon_spec.cr')
-rw-r--r--spec/wialt_daemon_spec.cr9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/wialt_daemon_spec.cr b/spec/wialt_daemon_spec.cr
new file mode 100644
index 0000000..41d2a80
--- /dev/null
+++ b/spec/wialt_daemon_spec.cr
@@ -0,0 +1,9 @@
+require "./spec_helper"
+
+describe WialtDaemon do
+ # TODO: Write tests
+
+ it "works" do
+ false.should eq(true)
+ end
+end