mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
10 lines
123 B
Crystal
10 lines
123 B
Crystal
|
require "./spec_helper"
|
||
|
|
||
|
describe Tartrazine do
|
||
|
# TODO: Write tests
|
||
|
|
||
|
it "works" do
|
||
|
false.should eq(true)
|
||
|
end
|
||
|
end
|