diff --git a/spec/integration/rails/app/views/buttons/show.html.erb b/spec/integration/rails/app/views/buttons/show.html.erb index 73756233..ca34975b 100644 --- a/spec/integration/rails/app/views/buttons/show.html.erb +++ b/spec/integration/rails/app/views/buttons/show.html.erb @@ -5,7 +5,6 @@ - <% 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 e1270596..b2047206 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 1bf46274..6129298d 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 - #