mirror of
https://github.com/mattrberry/crab.git
synced 2024-11-16 19:49:30 +01:00
9 lines
117 B
Crystal
9 lines
117 B
Crystal
require "./spec_helper"
|
|
|
|
describe Crab do
|
|
# TODO: Write tests
|
|
|
|
it "works" do
|
|
false.should eq(true)
|
|
end
|
|
end
|