Skip to content

Commit

Permalink
need the content not the sha
Browse files Browse the repository at this point in the history
  • Loading branch information
tcocca committed Jul 1, 2012
1 parent 0cc896e commit 63795c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/support/matchers/content_matcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
match do |actual|
if sha256_hash_of_almost(actual) != sha256_hash_of_almost(expected)
puts "Actual"
puts sha256_hash_of_almost(actual)
puts cleanup_file_content(actual)
puts "Expected"
puts sha256_hash_of_almost(expected)
puts cleanup_file_content(expected)
end
sha256_hash_of_almost(actual) == sha256_hash_of_almost(expected)
end
Expand Down

0 comments on commit 63795c0

Please sign in to comment.