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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ldiff_spec.rb b/spec/ldiff_spec.rb
index e5df039..4a08c43 100644
--- a/spec/ldiff_spec.rb
+++ b/spec/ldiff_spec.rb
@@ -5,6 +5,7 @@ require "spec_helper"
RSpec.describe "bin/ldiff" do
include CaptureSubprocessIO
+ # standard:disable Style/HashSyntax
fixtures = [
{ :name => "output.diff", :left => "aX", :right => "bXaX" },
{ :name => "output.diff.chef", :left => "old-chef", :right => "new-chef" },
@@ -14,6 +15,7 @@ RSpec.describe "bin/ldiff" do
fixture[:flag] = flag
fixture
}
+ # standard:enable Style/HashSyntax
def self.test_ldiff(fixture)
desc = [