Skip to content

Commit

Permalink
Rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhollinger committed Jun 6, 2017
1 parent 7edbb2d commit 897a587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Readable test descriptions
c.formatter = :documentation
hosts.each do |host|
if host[:platform] =~ /el-7-x86_64/ and host[:hypervisor] =~ /docker/
if host[:platform] =~ %r{el-7-x86_64} && host[:hypervisor] =~ %r{docker}
on(host, "sed -i '/nodocs/d' /etc/yum.conf")
end
end
Expand Down

0 comments on commit 897a587

Please sign in to comment.