aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 31771145..8e3a8199 100644
--- a/Rakefile
+++ b/Rakefile
@@ -162,7 +162,9 @@ begin
end
task "setup_co" do
- ENV["RUBYOPT"] = "-I#{File.expand_path ENV['RG']} #{rubyopt}"
+ rg = File.expand_path ENV['RG']
+ puts "Running specs against Rubygems in #{rg}..."
+ ENV["RUBYOPT"] = "-I#{rg} #{rubyopt}"
end
task "co" => "setup_co"