* Daemon Implementation - In-Progress * Initial MPC Event Captures * POST music title on daemon is loaded * POST music title on song change - TODO
10 lines
124 B
Crystal
10 lines
124 B
Crystal
require "./spec_helper"
|
|
|
|
describe WialtDaemon do
|
|
# TODO: Write tests
|
|
|
|
it "works" do
|
|
false.should eq(true)
|
|
end
|
|
end
|