diff options
author | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-07-21 13:10:30 -0700 |
---|---|---|
committer | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-07-21 13:10:30 -0700 |
commit | 5b89805a67915f3ec14baa76d3921df89c533d2d (patch) | |
tree | b291985bb15780b923f09f04f95a915e25b56428 /spec/bundler/manifest_spec.rb | |
parent | af66c6e3a373a32c07623985f8ad362b021cd47d (diff) | |
download | bundler-5b89805a67915f3ec14baa76d3921df89c533d2d.tar.gz |
Friendly log messages
Diffstat (limited to 'spec/bundler/manifest_spec.rb')
-rw-r--r-- | spec/bundler/manifest_spec.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/bundler/manifest_spec.rb b/spec/bundler/manifest_spec.rb index aeda7a31c6..e0528aa355 100644 --- a/spec/bundler/manifest_spec.rb +++ b/spec/bundler/manifest_spec.rb @@ -51,6 +51,12 @@ describe "Bundler::Manifest" do @manifest.install end + it "logs 'Done' when done" do + @manifest.install + @log_output.should have_log_message("Done.") + end + + it "does the full fetching if a gem in the cache does not match the manifest" do @manifest.install |