diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/indrajith-dev-crystal_spec.cr | 9 | ||||
-rw-r--r-- | spec/spec_helper.cr | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/spec/indrajith-dev-crystal_spec.cr b/spec/indrajith-dev-crystal_spec.cr new file mode 100644 index 0000000..b9d7bdd --- /dev/null +++ b/spec/indrajith-dev-crystal_spec.cr @@ -0,0 +1,9 @@ +require "./spec_helper" + +describe Indrajith::Dev::Crystal do + # TODO: Write tests + + it "works" do + false.should eq(true) + end +end diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr new file mode 100644 index 0000000..01eeb8b --- /dev/null +++ b/spec/spec_helper.cr @@ -0,0 +1,2 @@ +require "spec" +require "../src/indrajith-dev-crystal" |