Skip to content

Commit

Permalink
simplify acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 24, 2017
1 parent 6bc4f84 commit dede134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/agent_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class { 'zabbix::agent':
end

describe service('zabbix-agent') do
it { is_expected.to be_running.under('systemd') }
it { is_expected.to be_running }
it { is_expected.to be_enabled }
end
end
Expand Down

0 comments on commit dede134

Please sign in to comment.