You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy to DRY out tests by using the root_uri as a prefix in the :location check to create_resource. Maybe if the @rack_test_rest[:location] did not start with a forward slash then the root_uri could be prefixed to the :location regexp before testing a match?
The text was updated successfully, but these errors were encountered:
It would be handy to DRY out tests by using the root_uri as a prefix in the :location check to create_resource. Maybe if the
@rack_test_rest[:location]
did not start with a forward slash then theroot_uri
could be prefixed to the :location regexp before testing a match?The text was updated successfully, but these errors were encountered: