summaryrefslogtreecommitdiff
path: root/spec/runtime/platform_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/runtime/platform_spec.rb')
-rw-r--r--spec/runtime/platform_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/platform_spec.rb b/spec/runtime/platform_spec.rb
index dc6c796517..07eba82041 100644
--- a/spec/runtime/platform_spec.rb
+++ b/spec/runtime/platform_spec.rb
@@ -85,6 +85,6 @@ describe "Bundler.setup with multi platform stuff" do
gem "platform_specific"
G
- should_be_installed "nokogiri 1.4.2", "platform_specific 1.0 x86-darwin-100"
+ should_be_installed "nokogiri 1.4.2", "platform_specific 1.0 x86-darwin-100", :gemspec_count => 2
end
end