summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-28 17:41:16 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-28 17:41:16 +0100
commitbfc50eda384970b663673cd1f0f48b67d268bdc4 (patch)
treeb2f96f9557df47dd18a3c377956c2856d3a1e860
parentf10dbf56ebb5eec6f721a75c1e05f6d6edf89546 (diff)
downloadbundler-improve_cross_repo_integration.tar.gz
Rename task to not be redundantimprove_cross_repo_integration
-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