Skip to content

Commit

Permalink
I literally don't even
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 1, 2015
1 parent 8ef8122 commit ff0ea6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/action_controller/json_api/linked_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ def test_render_resource_with_include_of_custom_key_by_original

relationships = response['data']['relationships']

assert_include relationships, 'reviews'
assert_include relationships, 'writer'
assert_include relationships, 'site'
assert_includes relationships, 'reviews'
assert_includes relationships, 'writer'
assert_includes relationships, 'site'
end

def test_render_resource_with_nested_include
Expand Down

0 comments on commit ff0ea6e

Please sign in to comment.