spec/factories/articles.rb in activity_notification-0.0.8 vs spec/factories/articles.rb in activity_notification-0.0.9

- old
+ new

@@ -1,5 +1,5 @@ FactoryGirl.define do factory :article do - user + association :user, factory: :confirmed_user end end