Commit 0104790a08ec8ba70d61304869b3c4ab7a656a7a

Authored by Diego Camarinha
1 parent ab0d054b

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 11 name "My Reading Group"
12 12 description "The best one"
13 13 end
  14 +
  15 + factory :public_reading_group do
  16 + name "Public Reading Group"
  17 + description "Public"
  18 + end
14 19 end
15 20 end
... ...