diff --git a/spec/hatchet/ci_spec.rb b/spec/hatchet/ci_spec.rb index fadcc6d..3a45245 100644 --- a/spec/hatchet/ci_spec.rb +++ b/spec/hatchet/ci_spec.rb @@ -13,7 +13,6 @@ test_run.run_again expect(test_run.output).to match(string) - expect(test_run.output).to match("Using rake") expect(test_run.output).to_not match("Installing rake") end end