From 730e5c4fa3e886821c4267e1282523a74933bfb0 Mon Sep 17 00:00:00 2001 From: Charlie Somerville Date: Mon, 15 Sep 2014 14:49:45 +1000 Subject: [PATCH] this test also --- railties/test/railties/shared_tests.rb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/railties/test/railties/shared_tests.rb b/railties/test/railties/shared_tests.rb index a15dae2a0a..19abc24287 100644 --- a/railties/test/railties/shared_tests.rb +++ b/railties/test/railties/shared_tests.rb @@ -10,17 +10,6 @@ module RailtiesTest @app ||= Rails.application end - def test_serving_sprockets_assets - @plugin.write "app/assets/javascripts/engine.js.erb", "<%= :alert %>();" - - boot_rails - require 'rack/test' - extend Rack::Test::Methods - - get "/assets/engine.js" - assert_match "alert()", last_response.body - end - def test_rake_environment_can_be_called_in_the_engine_or_plugin boot_rails