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 d701849 commit ae31acfCopy full SHA for ae31acf
Rakefile
@@ -30,5 +30,5 @@ else
30
task(qa: ['qa:docs', 'qa:code'])
31
end
32
33
-RSpec::Core::RakeTask.new(spec: :qa)
34
-task(default: :spec)
+RSpec::Core::RakeTask.new(:spec)
+task(default: %w[qa spec])
0 commit comments