shortcode/spec/shortcodes_spec.cr

10 lines
123 B
Crystal
Raw Normal View History

2023-07-14 13:03:51 +00:00
require "./spec_helper"
describe Shortcodes do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end