Skip to content

Commit

Permalink
This shouldn't be commented
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Jul 5, 2013
1 parent ea62fe6 commit ebf5460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jbuilder_template_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def undef_context_methods(*names)

assert_equal 10, result.length
assert_equal Array, result.class
# assert_equal 'post body 5', result[4]['body']
assert_equal 'post body 5', result[4]['body']
assert_equal 'Heinemeier Hansson', result[2]['author']['last_name']
assert_equal 'Pavel', result[5]['author']['first_name']
end
Expand Down

0 comments on commit ebf5460

Please sign in to comment.