diff --git a/spec/models/notification_spec.rb b/spec/models/notification_spec.rb index 5219007..2fc117a 100644 --- a/spec/models/notification_spec.rb +++ b/spec/models/notification_spec.rb @@ -1,5 +1,5 @@ require 'spec_helper' -describe Notifications do +describe Notification do pending "add some examples to (or delete) #{__FILE__}" end