mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Typos and formatting
This commit is contained in:
parent
19bf281872
commit
b3f8ac8183
1 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,7 @@ Rails
|
|||
factory_girl_rails provides Rails integration for factory_girl. All
|
||||
Rails-specific features are only compatible with Rails 3.
|
||||
|
||||
Currenty, automatic factory definition loading is the only Rails-specific feature.
|
||||
Currently, automatic factory definition loading is the only Rails-specific feature.
|
||||
|
||||
Download
|
||||
--------
|
||||
|
@ -21,12 +21,13 @@ Download
|
|||
Github: http://github.com/thoughtbot/factory_girl_rails/tree/master
|
||||
|
||||
Gem:
|
||||
|
||||
gem install factory_girl_rails
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
Add factory_girl Rails to your Gemfile:
|
||||
Add factory_girl_rails to your Gemfile:
|
||||
|
||||
gem 'factory_girl_rails'
|
||||
|
||||
|
@ -35,6 +36,7 @@ More Information
|
|||
|
||||
factory_girl: http://github.com/thoughtbot/factory_girl/tree/master
|
||||
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
||||
|
@ -43,7 +45,7 @@ Please see CONTRIBUTING.md for details.
|
|||
Credits
|
||||
-------
|
||||
|
||||
factory_girl was originally written by Joe Ferris
|
||||
factory_girl was originally written by Joe Ferris.
|
||||
|
||||
![thoughtbot](http://thoughtbot.com/images/tm/logo.png)
|
||||
|
||||
|
|
Loading…
Reference in a new issue