Files
wialt_daemon/spec/wialt_daemon_spec.cr
Indrajith K L 2d0be9bd77 Initial Commit
* Daemon Implementation - In-Progress
* Initial MPC Event Captures
* POST music title on daemon is loaded
* POST music title on song change - TODO
2023-11-06 06:02:00 +05:30

10 lines
124 B
Crystal

require "./spec_helper"
describe WialtDaemon do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end