Whoops, :lib => "shoulda"

This commit is contained in:
Ryan McGeary 2009-01-13 15:23:21 -05:00
parent bab3b04980
commit 17000b117b
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Any *.rb file under RAILS_ROOT/test/shoulda_macros/ or vendor/(plugins|gems)/gem
Use this if you prefer to use versioned releases of shoulda. Specify the gem dependency in your config/environment.rb file:
Rails::Initializer.run do |config|
config.gem 'thoughtbot-shoulda', :lib => 'shoulda/rails', :source => "http://gems.github.com"
config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com"
end
Then: