irs/spec/irs_spec.cr
Cooper Hammond 82aa1fd454 init
2019-06-07 22:46:54 -07:00

10 lines
116 B
Crystal

require "./spec_helper"
describe Irs do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end