We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a132bd commit 1d626c0Copy full SHA for 1d626c0
Rakefile
@@ -42,7 +42,7 @@ begin
42
43
RSpec::Core::RakeTask.new(:spec)
44
# This takes the place of `coverage` task when running as CI=true
45
- defaults << "spec" if Kettle::Soup::Cover::IS_CI
+ defaults << "spec" if !defined(Kettle::Soup::Cover) || Kettle::Soup::Cover::IS_CI
46
rescue LoadError
47
desc("spec task stub")
48
task(:spec) do
0 commit comments