From f6dd24f7c53f98e781ef8ea4f59ad49ed42e7472 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 13 Nov 2009 20:57:55 -0500 Subject: [PATCH] Remove bogus integration tests that were passing (sometimes) by coincidence An element of <% end %> \ No newline at end of file diff --git a/spec/integration/rails/app/views/webrat/buttons.html.erb b/spec/integration/rails/app/views/webrat/buttons.html.erb index e127059..b204720 100644 --- a/spec/integration/rails/app/views/webrat/buttons.html.erb +++ b/spec/integration/rails/app/views/webrat/buttons.html.erb @@ -5,7 +5,6 @@ - <% end %> \ No newline at end of file diff --git a/spec/integration/rails/test/integration/button_click_test.rb b/spec/integration/rails/test/integration/button_click_test.rb index 1bf4627..6129298 100644 --- a/spec/integration/rails/test/integration/button_click_test.rb +++ b/spec/integration/rails/test/integration/button_click_test.rb @@ -1,20 +1,6 @@ require 'test_helper' class ButtonClickTest < ActionController::IntegrationTest - #