diff --git a/spec/integration/rails/app/views/buttons/show.html.erb b/spec/integration/rails/app/views/buttons/show.html.erb
index 7375623..ca34975 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 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
- #