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 2e5a720 commit 580b987Copy full SHA for 580b987
Rakefile
@@ -7,13 +7,13 @@ namespace :octofacts do
7
end
8
9
10
-RSpec::Core::RakeTask.new(:octofacts:spec:octofacts) do |t|
+RSpec::Core::RakeTask.new(:"octofacts:spec:octofacts") do |t|
11
t.pattern = File.join(File.dirname(__FILE__), "spec/octofacts/**/*_spec.rb")
12
t.name = "octofacts"
13
ENV["SPEC_NAME"] = "octofacts"
14
15
16
-RSpec::Core::RakeTask.new(:octofacts:spec:octofacts_updater) do |t|
+RSpec::Core::RakeTask.new(:"octofacts:spec:octofacts_updater") do |t|
17
t.pattern = File.join(File.dirname(__FILE__), "spec/octofacts_updater/**/*_spec.rb")
18
t.name = "octofacts-updater"
19
ENV["SPEC_NAME"] = "octofacts_updater"
0 commit comments