gitfoss | 8758f266e6fc1df0cd9d5676f776e76e147e4ae1 | 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