mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-04 19:25:27 +00:00
10 lines
116 B
Crystal
10 lines
116 B
Crystal
|
require "./spec_helper"
|
||
|
|
||
|
describe Irs do
|
||
|
# TODO: Write tests
|
||
|
|
||
|
it "works" do
|
||
|
false.should eq(true)
|
||
|
end
|
||
|
end
|