kill this test

This commit is contained in:
Charlie Somerville
2014-09-15 14:47:21 +10:00
parent 7ce60331c3
commit e61bcf3d9d

View File

@@ -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