mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
use gemcutter for gem source
This commit is contained in:
parent
ace9148c6e
commit
690102afd2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ factory_girl is a fixtures replacement with a straightforward definition syntax,
|
|||
Github: http://github.com/thoughtbot/factory_girl/tree/master
|
||||
|
||||
Gem:
|
||||
gem install thoughtbot-factory_girl --source http://gems.github.com
|
||||
gem install factory_girl --source http://gemcutter.org
|
||||
|
||||
Note: if you install factory_girl using the gem from Github, you'll need this
|
||||
in your environment.rb if you want to use Rails 2.1+'s dependency manager:
|
||||
|
|
Loading…
Reference in a new issue