spec/factories/users.rb in curation_concerns-0.3.0 vs spec/factories/users.rb in curation_concerns-0.4.0
- old
+ new
@@ -8,19 +8,7 @@
def user.groups
['admin']
end
end
end
-
- factory :jill do
- email 'jilluser@example.com'
- end
-
- factory :archivist, aliases: [:user_with_fixtures] do
- email 'archivist1@example.com'
- end
-
- factory :curator do
- email 'curator1@example.com'
- end
end
end