Skip to content

Commit 53e455e

Browse files
committed
Minor formatting update
1 parent ca2af63 commit 53e455e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api-spec-testing/rspec_matchers.rb

-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ def compare_pairs(expected_pairs, response, test)
186186

187187
def compare_hash(expected_pairs, actual_hash, test)
188188
expected_pairs.each do |expected_key, expected_value|
189-
# Select the values that don't match, used for the failure message.
190-
191189
# Find the value to compare in the response
192190
split_key = TestFile::Test.split_and_parse_key(expected_key).collect do |k|
193191
# Sometimes the expected *key* is a cached value from a previous request.

0 commit comments

Comments
 (0)