Skip to content

Instantly share code, notes, and snippets.

@indirect
Created February 26, 2010 07:38
Show Gist options
  • Save indirect/315507 to your computer and use it in GitHub Desktop.
Save indirect/315507 to your computer and use it in GitHub Desktop.
bundler spec fails with rack 1.1.0 installed
[andre ~/sw/gems/bundler](master⚡)$ spec -u -fs -c spec/cache/gems_spec.rb -e "copies the .gem file to vendor/cache"
bundle cache with gems when there are only gemsources
- copies the .gem file to vendor/cache
Finished in 2.096271 seconds
1 example, 0 failures
[andre ~/sw/gems/bundler](master⚡)$ gem install rack -v "1.1.0"
Successfully installed rack-1.1.0
1 gem installed
[andre ~/sw/gems/bundler](master⚡)$ spec -u -fs -c spec/cache/gems_spec.rb -e "copies the .gem file to vendor/cache"
bundle cache with gems when there are only gemsources
- copies the .gem file to vendor/cache (FAILED - 1)
1)
'bundle cache with gems when there are only gemsources copies the .gem file to vendor/cache' FAILED
expected #<Pathname:/Users/andre/sw/gems/bundler/tmp/bundled_app/vendor/cache/rack-1.0.0.gem> to exist
./spec/cache/gems_spec.rb:16:
Finished in 1.537776 seconds
1 example, 1 failure
[andre ~/sw/gems/bundler](master⚡)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment