aboutsummaryrefslogtreecommitdiff
path: root/spec/indrajith-dev-crystal_spec.cr
blob: b9d7bddeaa86265a1d4c9e2a58ac781db7d0171d (plain)
1
2
3
4
5
6
7
8
9
require "./spec_helper"

describe Indrajith::Dev::Crystal do
  # TODO: Write tests

  it "works" do
    false.should eq(true)
  end
end