aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-11-30 21:07:46 -0800
committerAndre Arko <andre@arko.net>2012-11-30 21:07:46 -0800
commit2a1fb62c969f71bdeecf2d4965be047f1af3d375 (patch)
tree4bb9445ac881d3fa413a366b7e03ddb98a90aca5 /spec/other
parent96fc0e114871f72c5a4691e7b122cb202d29371e (diff)
downloadbundler-2a1fb62c969f71bdeecf2d4965be047f1af3d375.tar.gz
try to force rake 10.0.2 everywhere
Diffstat (limited to 'spec/other')
-rw-r--r--spec/other/newgem_spec.rb2
-rw-r--r--spec/other/show_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/other/newgem_spec.rb b/spec/other/newgem_spec.rb
index e89c2148..d289c838 100644
--- a/spec/other/newgem_spec.rb
+++ b/spec/other/newgem_spec.rb
@@ -73,7 +73,7 @@ describe "bundle gem" do
end
it "runs rake without problems" do
- system_gems ["rake-0.8.7"]
+ system_gems ["rake-10.0.2"]
rakefile = <<-RAKEFILE
task :default do
diff --git a/spec/other/show_spec.rb b/spec/other/show_spec.rb
index a44b330c..46ca7e65 100644
--- a/spec/other/show_spec.rb
+++ b/spec/other/show_spec.rb
@@ -41,7 +41,7 @@ describe "bundle show" do
it "prints path of all gems in bundle" do
bundle "show --paths"
- expect(out).to include(default_bundle_path('gems', 'rake-0.8.7').to_s)
+ expect(out).to include(default_bundle_path('gems', 'rake-10.0.2').to_s)
expect(out).to include(default_bundle_path('gems', 'rails-2.3.2').to_s)
end
end