summaryrefslogtreecommitdiff
path: root/spec/models/push_event_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/push_event_spec.rb')
-rw-r--r--spec/models/push_event_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/push_event_spec.rb b/spec/models/push_event_spec.rb
index f86500f91cd..5509ed87308 100644
--- a/spec/models/push_event_spec.rb
+++ b/spec/models/push_event_spec.rb
@@ -123,9 +123,9 @@ describe PushEvent do
end
end
- describe '#push?' do
+ describe '#push_action?' do
it 'returns true' do
- expect(event).to be_push
+ expect(event).to be_push_action
end
end