Commit 7048a0b677ffc7213917a3cb0e011309a2f2cb8a

Authored by Daniel
1 parent eef4de93

Remove unused factory for ReadingGroup

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
spec/factories/reading_groups.rb
@@ -11,10 +11,5 @@ FactoryGirl.define do @@ -11,10 +11,5 @@ 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  
19 end 14 end
20 end 15 end