spec/factories.rb in keikokuc-0.0.1 vs spec/factories.rb in keikokuc-0.0.2

- old
+ new

@@ -1,9 +1,10 @@ FactoryGirl.define do factory :notification, class: Keikokuc::Notification do skip_create - message 'Your database is over limits' - target 'cloudy-skies-243' - severity 'info' + message 'Your database is over limits' + target_name 'cloudy-skies-243' + severity 'info' + account_email 'harold@heroku.com' end end