diff options
Diffstat (limited to 'spec/wialt_daemon_spec.cr')
-rw-r--r-- | spec/wialt_daemon_spec.cr | 9 |
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 |