aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/check_spec.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-06-04 10:51:56 -0700
committerCarl Lerche <carllerche@mac.com>2010-06-04 10:51:56 -0700
commit092f169d01472336598e29b32550399991940d63 (patch)
tree60d5730287bcc82cc7dd6fa7ef44356de4190060 /spec/other/check_spec.rb
parent201ff3e7d2749f49c547916d7a39058d2bb8da0d (diff)
downloadbundler-092f169d01472336598e29b32550399991940d63.tar.gz
Have the resolver return sane Lazy Specifications
Diffstat (limited to 'spec/other/check_spec.rb')
-rw-r--r--spec/other/check_spec.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/spec/other/check_spec.rb b/spec/other/check_spec.rb
index ee14a4b0..0572e9a2 100644
--- a/spec/other/check_spec.rb
+++ b/spec/other/check_spec.rb
@@ -99,12 +99,10 @@ describe "bundle check" do
G
simulate_new_machine
- bundle :check
- @err.should == ""
- bundle :check
- @err.should == ""
- bundle :check
- @err.should == ""
+ 10.times do
+ bundle :check
+ @err.should == ""
+ end
end
it "should return the same result when called multiple times on a new machine" do