Commit a04b919a4c5ef570e46ae94d6d11b09eb893b7cd
1 parent
b03ee466
Exists in
master
and in
4 other branches
Add factory_girl_rails gem
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -166,6 +166,11 @@ GEM |
166 | 166 | eventmachine (0.12.10) |
167 | 167 | execjs (1.4.0) |
168 | 168 | multi_json (~> 1.0) |
169 | + factory_girl (4.0.0) | |
170 | + activesupport (>= 3.0.0) | |
171 | + factory_girl_rails (4.0.0) | |
172 | + factory_girl (~> 4.0.0) | |
173 | + railties (>= 3.0.0) | |
169 | 174 | ffaker (1.14.0) |
170 | 175 | ffi (1.0.11) |
171 | 176 | foreman (0.47.0) |
... | ... | @@ -388,6 +393,7 @@ DEPENDENCIES |
388 | 393 | devise (~> 2.1.0) |
389 | 394 | draper |
390 | 395 | email_spec |
396 | + factory_girl_rails | |
391 | 397 | ffaker |
392 | 398 | foreman |
393 | 399 | git | ... | ... |