diff --git a/spec/integration/rails/app/views/buttons/show.html.erb b/spec/integration/rails/app/views/buttons/show.html.erb index ca34975..e4cf5a8 100644 --- a/spec/integration/rails/app/views/buttons/show.html.erb +++ b/spec/integration/rails/app/views/buttons/show.html.erb @@ -1,7 +1,6 @@

Webrat Buttons Form

<% form_tag "/buttons" do %> - diff --git a/spec/integration/rails/app/views/webrat/buttons.html.erb b/spec/integration/rails/app/views/webrat/buttons.html.erb index b204720..0065698 100644 --- a/spec/integration/rails/app/views/webrat/buttons.html.erb +++ b/spec/integration/rails/app/views/webrat/buttons.html.erb @@ -1,7 +1,6 @@

Webrat Buttons Form

<% form_tag submit_path do %> - diff --git a/spec/integration/rails/test/integration/button_click_test.rb b/spec/integration/rails/test/integration/button_click_test.rb index 6129298..03344b9 100644 --- a/spec/integration/rails/test/integration/button_click_test.rb +++ b/spec/integration/rails/test/integration/button_click_test.rb @@ -29,16 +29,6 @@ class ButtonClickTest < ActionController::IntegrationTest click_button "button_image_text" end - # - test "should click image with type button by id" do - visit buttons_path - click_button "input_button_id" - end - test "should click input with type button by value" do - visit buttons_path - click_button "input_button_value" - end - # test "should click input with type submit by id" do visit buttons_path