Skip to content

Commit

Permalink
fix test to match expected parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sethlyons committed Mar 11, 2015
1 parent fa21184 commit 70e628b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/bind_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'hasstatus' => true,
'enable' => true,
'ensure' => 'running',
'restart' => '/sbin/service named reload'
'restart' => 'service named reload'
})}
it 'should create the logging directory' do
expect { should contain_file('/var/log/named').with({
Expand All @@ -22,4 +22,4 @@
})}
end

end
end

0 comments on commit 70e628b

Please sign in to comment.