summaryrefslogtreecommitdiff
path: root/spec/unit/mixin
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-12 08:06:02 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-12 08:06:02 -0800
commitd68bd578761780618e73ce1443788c463d73fe67 (patch)
tree4867db762be1873e8a50e787b1bbd46e58a180b7 /spec/unit/mixin
parent0944320b72ee1ab16a18a149f5ecb743ace0c0d3 (diff)
downloadchef-d68bd578761780618e73ce1443788c463d73fe67.tar.gz
fix some lint cops
fixes the following offenses: 46 Lint/EndAlignment 21 Lint/BlockAlignment 3 Lint/SpaceBeforeFirstArg 1 Lint/DefEndAlignment
Diffstat (limited to 'spec/unit/mixin')
-rw-r--r--spec/unit/mixin/command_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/mixin/command_spec.rb b/spec/unit/mixin/command_spec.rb
index 050b261256..cedabcbe49 100644
--- a/spec/unit/mixin/command_spec.rb
+++ b/spec/unit/mixin/command_spec.rb
@@ -53,7 +53,7 @@ describe Chef::Mixin::Command, :volatile do
popen4("ruby -e 'while gets; end'", :waitlast => true) do |pid, stdin, stdout, stderr|
(1..5).each { |i| stdin.puts "#{i}" }
end
- end
+ end
}.not_to raise_error
end