.cr
Crystal
(text/x-crystal)
require "./spec_helper"

describe Gitfoss::Ci do
  # TODO: Write tests

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