Created
August 3, 2010 19:26
-
-
Save donnoman/506969 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group :development, :test do | |
| gem 'ruby-debug' | |
| gem "rspec-rails", ">= 2.0.0.beta.17" | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Samuel-Woodards-MacBook-Pro:repairers.git sam$ bundle list | grep rspec