Commit 0104790a08ec8ba70d61304869b3c4ab7a656a7a
1 parent
ab0d054b
Exists in
colab
and in
4 other branches
Revert "Remove unused factory for ReadingGroup"
This reverts commit 7048a0b677ffc7213917a3cb0e011309a2f2cb8a. Signed off by: Heitor Reis <marcheing@gmail.com>
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
spec/factories/reading_groups.rb
@@ -11,5 +11,10 @@ FactoryGirl.define do | @@ -11,5 +11,10 @@ FactoryGirl.define do | ||
11 | name "My Reading Group" | 11 | name "My Reading Group" |
12 | description "The best one" | 12 | description "The best one" |
13 | end | 13 | end |
14 | + | ||
15 | + factory :public_reading_group do | ||
16 | + name "Public Reading Group" | ||
17 | + description "Public" | ||
18 | + end | ||
14 | end | 19 | end |
15 | end | 20 | end |