spec/factories/roles.rb in blacklight-spotlight-0.0.2 vs spec/factories/roles.rb in blacklight-spotlight-0.0.3

- old
+ new

@@ -1,7 +1,7 @@ FactoryGirl.define do factory :role, class: Spotlight::Role do exhibit - role 'curate' + role 'curator' user end end