aboutsummaryrefslogtreecommitdiff
path: root/spec/wialt_daemon_spec.cr
blob: 41d2a8082d180912e91e96c075fa89af901ed352 (plain)
1
2
3
4
5
6
7
8
9
require "./spec_helper"

describe WialtDaemon do
  # TODO: Write tests

  it "works" do
    false.should eq(true)
  end
end