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 53f0cad commit 4eecdeeCopy full SHA for 4eecdee
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