Commit 03fa53b54132e81b05ecf3b268486ade41530707
1 parent
0604e1da
Exists in
colab
and in
4 other branches
Added FactoryGirl for easy fixtures creation
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
| ... | ... | @@ -41,6 +41,11 @@ GEM |
| 41 | 41 | erubis (2.7.0) |
| 42 | 42 | execjs (1.4.0) |
| 43 | 43 | multi_json (~> 1.0) |
| 44 | + factory_girl (4.2.0) | |
| 45 | + activesupport (>= 3.0.0) | |
| 46 | + factory_girl_rails (4.2.1) | |
| 47 | + factory_girl (~> 4.2.0) | |
| 48 | + railties (>= 3.0.0) | |
| 44 | 49 | hike (1.2.2) |
| 45 | 50 | i18n (0.6.1) |
| 46 | 51 | journey (1.0.4) |
| ... | ... | @@ -122,6 +127,7 @@ PLATFORMS |
| 122 | 127 | |
| 123 | 128 | DEPENDENCIES |
| 124 | 129 | coffee-rails (~> 3.2.1) |
| 130 | + factory_girl_rails | |
| 125 | 131 | jquery-rails |
| 126 | 132 | rails (= 3.2.13) |
| 127 | 133 | rspec-rails | ... | ... |