mirror of
https://github.com/mattrberry/crab.git
synced 2025-01-16 03:41:18 +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
|