irs/spec/irs_spec.cr

10 lines
116 B
Crystal
Raw Normal View History

2019-06-08 05:46:54 +00:00
require "./spec_helper"
describe Irs do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end