gitfoss | ae041954903a2e402d4229a987fd9742ed122a97 | 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