paste69/spec/paste69_spec.cr

10 lines
120 B
Crystal
Raw Permalink Normal View History

2024-01-03 00:54:12 +00:00
require "./spec_helper"
describe Paste69 do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end