Skip to content

Commit

Permalink
rubocop: autofixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 21, 2017
1 parent 407195d commit d76e961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/classes/haproxy_exporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
os: 'linux'
}
end

describe 'install correct binary' do
it { is_expected.to contain_file('/usr/local/bin/haproxy_exporter').with('target' => '/opt/haproxy_exporter-0.7.1.linux-amd64/haproxy_exporter') }
end
Expand Down
1 change: 1 addition & 0 deletions spec/classes/node_exporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
os: 'linux'
}
end

describe 'install correct binary' do
it { is_expected.to contain_file('/usr/local/bin/node_exporter').with('target' => '/opt/node_exporter-0.13.0.linux-amd64/node_exporter') }
end
Expand Down

0 comments on commit d76e961

Please sign in to comment.