Skip to content

Commit a326c6f

Browse files
committed
Minor formatting update
1 parent 82404ad commit a326c6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api-spec-testing/rspec_matchers.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ def compare_pairs(expected_pairs, response, test)
178178

179179
def compare_hash(expected_pairs, actual_hash, test)
180180
expected_pairs.each do |expected_key, expected_value|
181-
# Select the values that don't match, used for the failure message.
182-
183181
# Find the value to compare in the response
184182
split_key = TestFile::Test.split_and_parse_key(expected_key).collect do |k|
185183
# Sometimes the expected *key* is a cached value from a previous request.

0 commit comments

Comments
 (0)