mirror of
https://github.com/mattrberry/crab.git
synced 2025-01-13 20:01:38 +01:00
10 lines
117 B
Crystal
10 lines
117 B
Crystal
|
require "./spec_helper"
|
||
|
|
||
|
describe Crab do
|
||
|
# TODO: Write tests
|
||
|
|
||
|
it "works" do
|
||
|
false.should eq(true)
|
||
|
end
|
||
|
end
|