aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/check_spec.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-02 17:28:41 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-02 17:28:41 -0800
commit2c972f2aec5599e7900ab1e93caadaf263a043fc (patch)
tree295cba448a5506318327dfbdd6ef42b11fda5e5f /spec/other/check_spec.rb
parentea0889597a461d3954baccd4aaf50c09ce397fc2 (diff)
downloadbundler-2c972f2aec5599e7900ab1e93caadaf263a043fc.tar.gz
Fixes a number of issues, including superfluous fetches when packed or locked
Diffstat (limited to 'spec/other/check_spec.rb')
-rw-r--r--spec/other/check_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/check_spec.rb b/spec/other/check_spec.rb
index c05aa882..e91d2fe1 100644
--- a/spec/other/check_spec.rb
+++ b/spec/other/check_spec.rb
@@ -58,6 +58,6 @@ describe "bundle check" do
it "outputs an error when the default Gemspec is not found" do
bundle :check
- out.should == "The default Gemfile was not found"
+ out.should =~ /The default Gemfile was not found/
end
end \ No newline at end of file