aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/load_spec.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-03 00:07:28 -0700
committerAndre Arko <andre@arko.net>2010-04-03 00:25:11 -0700
commitf03cc081e5d35d48cc97f9542b8ab8392b8fe11c (patch)
tree384e20769118616aee1e0a2c85043c174eaa74bf /spec/runtime/load_spec.rb
parentf2318021826829210dd0ef5f321c83ca83e7117b (diff)
downloadbundler-f03cc081e5d35d48cc97f9542b8ab8392b8fe11c.tar.gz
Improve DSL, Gemfile, and command error messages
Closes #242
Diffstat (limited to 'spec/runtime/load_spec.rb')
-rw-r--r--spec/runtime/load_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/load_spec.rb b/spec/runtime/load_spec.rb
index 07a0de2d..543ebeba 100644
--- a/spec/runtime/load_spec.rb
+++ b/spec/runtime/load_spec.rb
@@ -29,7 +29,7 @@ describe "Bundler.load" do
it "raises an exception if the default gemfile is not found" do
lambda {
Bundler.load
- }.should raise_error(Bundler::GemfileNotFound, /default/)
+ }.should raise_error(Bundler::GemfileNotFound, /could not locate gemfile/i)
end
it "raises an exception if a specified gemfile is not found" do