summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 55557077f4..65bea3a7dc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -134,11 +134,11 @@ namespace :spec do
task :realworld => ["set_realworld", rg]
end
- task "set_rubygems_#{rg}" do
+ task "set_#{rg}" do
ENV["RGV"] = rg
end
- task rg => ["set_rubygems_#{rg}"]
+ task rg => ["set_#{rg}"]
task "rubygems:all" => rg
end