Skip to content

Commit 38bfd00

Browse files
committed
Initialize route_format.
1 parent bd778a9 commit 38bfd00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/integration/requests/request_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class RequestTest < ActionDispatch::IntegrationTest
55

66
def setup
77
JSONAPI.configuration.json_key_format = :underscored_key
8+
JSONAPI.configuration.route_format = :underscored_route
89
end
910

1011
def after_teardown

0 commit comments

Comments
 (0)