spec/debian/commands_spec.rb in serverspec-0.4.11 vs spec/debian/commands_spec.rb in serverspec-0.4.12

- old
+ new

@@ -64,7 +64,7 @@ it { should eq 'dpkg -s httpd' } end describe 'check_running' do subject { commands.check_running('httpd') } - it { should eq '/sbin/service httpd status' } + it { should eq 'service httpd status' } end