gitfoss | 7f75bc2ca15fa6ede3d368cac422083013049c3c | packages/gitfoss-ci/spec/gitfoss-ci_spec.cr ∙ GitFOSS
.cr
Crystal
(text/x-crystal)
require "./spec_helper"

describe Gitfoss::Ci do
  # TODO: Write tests

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