Skip to content

Commit

Permalink
Fixed misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
phene committed Jul 14, 2014
1 parent 7e3bcb9 commit a95f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def r1_response_document_6
end

def ampersands_response
@ampersands_resposne ||= File.read(File.join(File.dirname(__FILE__), 'responses', 'response_with_ampersands.xml.base64'))
@ampersands_response ||= File.read(File.join(File.dirname(__FILE__), 'responses', 'response_with_ampersands.xml.base64'))
end

def response_document_6
Expand Down

0 comments on commit a95f86a

Please sign in to comment.