mirror of
https://github.com/github/rails.git
synced 2026-01-08 22:27:59 -05:00
kill this test
This commit is contained in:
@@ -150,14 +150,5 @@ module ApplicationTests
|
||||
output = @inspector.format @set.routes
|
||||
assert_equal [" /foo #{RackApp.name} {:constraint=>( my custom constraint )}"], output
|
||||
end
|
||||
|
||||
def test_rake_routes_dont_show_app_mounted_in_assets_prefix
|
||||
@set.draw do
|
||||
match '/sprockets' => RackApp
|
||||
end
|
||||
output = @inspector.format @set.routes
|
||||
assert_no_match(/RackApp/, output.first)
|
||||
assert_no_match(/\/sprockets/, output.first)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user