Skip to content

Instantly share code, notes, and snippets.

@donnoman
Created August 3, 2010 19:26
Show Gist options
  • Save donnoman/506969 to your computer and use it in GitHub Desktop.
Save donnoman/506969 to your computer and use it in GitHub Desktop.
group :development, :test do
gem 'ruby-debug'
gem "rspec-rails", ">= 2.0.0.beta.17"
end
bundle list | grep rspec
* rspec (2.0.0.beta.19)
* rspec-core (2.0.0.beta.19)
* rspec-expectations (2.0.0.beta.19)
* rspec-mocks (2.0.0.beta.19)
* rspec-rails (2.0.0.beta.19)
@shwoodard
Copy link

Samuel-Woodards-MacBook-Pro:repairers.git sam$ bundle list | grep rspec

  • rspec (2.0.0.beta.19 59ade7e)
  • rspec-core (2.0.0.beta.19)
  • rspec-expectations (2.0.0.beta.19)
  • rspec-mocks (2.0.0.beta.19)
  • rspec-rails (2.0.0.beta.19 36c3bc2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment