Skip to content

Commit

Permalink
*fix* syntax and style in spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bramblek1 committed Oct 18, 2017
1 parent aca062d commit e5bdf32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/classes/blackbox_exporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
arch: 'amd64',
os: 'linux',
modules: {
"http_2xx" => {
"prober": "http"
'http_2xx' => {
'prober' => 'http'
}
}
}
Expand All @@ -26,7 +26,7 @@
end
describe 'config file contents' do
it {
verify_contents(catalogue,'/etc/blackbox_exporter.yaml',['---','modules:',' http_2xx:',' prober: http'])
verify_contents(catalogue, '/etc/blackbox_exporter.yaml', ['---', 'modules:', ' http_2xx:', ' prober: http'])
}
end
end
Expand Down

0 comments on commit e5bdf32

Please sign in to comment.