Skip to content

Commit 580b987

Browse files
author
Anthony Riley II
committed
for got to add this the rakefile needed quotes
1 parent 2e5a720 commit 580b987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ namespace :octofacts do
77
end
88
end
99

10-
RSpec::Core::RakeTask.new(:octofacts:spec:octofacts) do |t|
10+
RSpec::Core::RakeTask.new(:"octofacts:spec:octofacts") do |t|
1111
t.pattern = File.join(File.dirname(__FILE__), "spec/octofacts/**/*_spec.rb")
1212
t.name = "octofacts"
1313
ENV["SPEC_NAME"] = "octofacts"
1414
end
1515

16-
RSpec::Core::RakeTask.new(:octofacts:spec:octofacts_updater) do |t|
16+
RSpec::Core::RakeTask.new(:"octofacts:spec:octofacts_updater") do |t|
1717
t.pattern = File.join(File.dirname(__FILE__), "spec/octofacts_updater/**/*_spec.rb")
1818
t.name = "octofacts-updater"
1919
ENV["SPEC_NAME"] = "octofacts_updater"

0 commit comments

Comments
 (0)