Skip to content

Commit 2036831

Browse files
lxxxvijeremyevans
authored andcommitted
change order of arguments for assert_equal example in README
1 parent b1084c1 commit 2036831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class HomepageTest < Test::Unit::TestCase
4141
get '/'
4242

4343
assert last_response.ok?
44-
assert_equal last_response.body, 'All responses are OK'
44+
assert_equal 'All responses are OK', last_response.body
4545
end
4646

4747
def delete_with_url_params_and_body

0 commit comments

Comments
 (0)