gitfoss | 7f75bc2ca15fa6ede3d368cac422083013049c3c | packages/gitfoss-ci-runner/spec/gitfoss-ci-runner_spec.cr ∙ GitFOSS
require "./spec_helper"

describe Gitfoss::Ci::Runner do
  # TODO: Write tests

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