Skip to content

Commit

Permalink
Merged pull request fog#272 from smerritt/typo.
Browse files Browse the repository at this point in the history
Fix typo in spec output
  • Loading branch information
Wesley Beary committed Apr 26, 2011
2 parents 3c6a677 + 8989402 commit 90a79f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ecloud/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def setup_vcloud_mock_data
end
failure_message_for_should do |actual|
"Items not found in array:\n#{expected_array.select { |expected_item| !actual[expected_key].include?(expected_item) }.map { |item| item.inspect }.join("\n")}\n" +
"Orignal items:\n#{actual[expected_key].map { |item| item.inspect }.join("\n") }\n"+
"Original items:\n#{actual[expected_key].map { |item| item.inspect }.join("\n") }\n"+
"Length Difference: #{expected_array.length - actual[expected_key].length}"
end
end
Expand Down

0 comments on commit 90a79f0

Please sign in to comment.