aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/outdated_spec.rb
diff options
context:
space:
mode:
authorJoel Moss <joel@developwithstyle.com>2011-12-07 21:48:54 +0000
committerJoel Moss <joel@developwithstyle.com>2011-12-07 21:48:54 +0000
commitc12794f275d5ed69f47981df4a35b044658c8b74 (patch)
tree11af9249eec83fab6d2935b67bb031680c121654 /spec/other/outdated_spec.rb
parent324ea63b6223db44a2df5b6fdbdc5404b7e27396 (diff)
downloadbundler-c12794f275d5ed69f47981df4a35b044658c8b74.tar.gz
Outdated now loops through current specs and checks each against the active definition, instead of the other way around. Fixes #1521
Diffstat (limited to 'spec/other/outdated_spec.rb')
-rw-r--r--spec/other/outdated_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/outdated_spec.rb b/spec/other/outdated_spec.rb
index 044fcbd6..af38f30e 100644
--- a/spec/other/outdated_spec.rb
+++ b/spec/other/outdated_spec.rb
@@ -32,7 +32,7 @@ describe "bundle outdated" do
FileUtils.rm_rf(gem_repo2)
bundle "outdated --local"
- out.should_not match(/Fetching source index/)
+ out.should_not match(/Fetching/)
end
end