summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-10-20 19:06:11 -0700
committerAndre Arko <andre@arko.net>2013-10-20 19:06:11 -0700
commit96c0f13e14b680d07f57fdde606ffb93a4b27140 (patch)
treef235b45eb1c4da2922df6e934ca02a56a8f7e649
parent4f5eefc924d2e7ba83aa3d025cb6fdb6e026f012 (diff)
downloadbundler-96c0f13e14b680d07f57fdde606ffb93a4b27140.tar.gz
force platform so Rubygems 2.1 will install gems
-rw-r--r--spec/runtime/platform_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/runtime/platform_spec.rb b/spec/runtime/platform_spec.rb
index 1f9e2ec7c6..cbc12ef495 100644
--- a/spec/runtime/platform_spec.rb
+++ b/spec/runtime/platform_spec.rb
@@ -75,10 +75,10 @@ describe "Bundler.setup with multi platform stuff" do
nokogiri
G
- system_gems "nokogiri-1.4.2", "platform_specific-1.0-x86-darwin-100"
-
simulate_platform "x86-darwin-100"
+ system_gems "nokogiri-1.4.2", "platform_specific-1.0-x86-darwin-100"
+
gemfile <<-G
source "file://#{gem_repo1}"
gem "nokogiri"