Commit 93981bca authored by Alex Kalderimis's avatar Alex Kalderimis

Remove references to service in pushover model spec

parent 43fe0e2e
......@@ -11,7 +11,7 @@ RSpec.describe Integrations::Pushover do
end
describe 'Validations' do
context 'when service is active' do
context 'when integration is active' do
before do
subject.active = true
end
......@@ -21,7 +21,7 @@ RSpec.describe Integrations::Pushover do
it { is_expected.to validate_presence_of(:priority) }
end
context 'when service is inactive' do
context 'when integration is inactive' do
before do
subject.active = false
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment