Skip to content

Commit

Permalink
add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 3, 2016
1 parent f537169 commit 6558fbe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/host_locales_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,11 @@ def test_generated_path
assert_equal URI.escape('/показывать'), @response.body
assert_response :success
end

def test_non_native_path
## es route on ru com
host! 'ru.testapp.com'
get URI.escape('/dummy')
assert_response :not_found
end
end

0 comments on commit 6558fbe

Please sign in to comment.