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 4eecdee commit 2e5a720Copy full SHA for 2e5a720
Rakefile
@@ -3,7 +3,7 @@ require "rspec/core/rake_task"
3
require_relative "rake/gem"
4
5
namespace :octofacts do
6
- task :default => ":octofacts:spec:octofacts", ":octofacts:spec:octofacts_updater", ":octofacts:spec:octofacts_integration" do
+ task :default => [ ":octofacts:spec:octofacts", ":octofacts:spec:octofacts_updater", ":octofacts:spec:octofacts_integration" ] do
7
end
8
9
0 commit comments