arachnid/spec/arachnid_spec.cr

10 lines
121 B
Crystal
Raw Permalink Normal View History

2020-06-19 19:03:32 +00:00
require "./spec_helper"
describe Arachnid do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end