summaryrefslogtreecommitdiff
path: root/spec/ldiff_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ldiff_spec.rb')
-rw-r--r--spec/ldiff_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/ldiff_spec.rb b/spec/ldiff_spec.rb
index 4a08c43..cf89ada 100644
--- a/spec/ldiff_spec.rb
+++ b/spec/ldiff_spec.rb
@@ -7,9 +7,9 @@ RSpec.describe "bin/ldiff" do
# standard:disable Style/HashSyntax
fixtures = [
- { :name => "output.diff", :left => "aX", :right => "bXaX" },
- { :name => "output.diff.chef", :left => "old-chef", :right => "new-chef" },
- { :name => "output.diff.chef2", :left => "old-chef2", :right => "new-chef2" }
+ {:name => "output.diff", :left => "aX", :right => "bXaX"},
+ {:name => "output.diff.chef", :left => "old-chef", :right => "new-chef"},
+ {:name => "output.diff.chef2", :left => "old-chef2", :right => "new-chef2"}
].product([nil, "-e", "-f", "-c", "-u"]).map { |(fixture, flag)|
fixture = fixture.dup
fixture[:flag] = flag