From 3f414c22c70d5647d2ee9f16f7e4eec15c829afb Mon Sep 17 00:00:00 2001 From: eileencodes Date: Sat, 3 Dec 2016 09:27:44 -0500 Subject: Cleanup Rails provided helpers 1. Clean up screenshot helper Updates documentation to be clearer and separates the concerns of saving the image, setting the image path, and displaying the image. 2. Remove Rails provided assertions for selectors This was moved upstream to Capybara and is no longer necessary to be included in Rails 3. Remove form helper The form helper is pretty specific to Basecamp's needs and may not be helpful outside of Rails. --- actionsystemtest/lib/action_system_test/test_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionsystemtest/lib/action_system_test/test_helper.rb') diff --git a/actionsystemtest/lib/action_system_test/test_helper.rb b/actionsystemtest/lib/action_system_test/test_helper.rb index 9ff5746244..46a4ac466b 100644 --- a/actionsystemtest/lib/action_system_test/test_helper.rb +++ b/actionsystemtest/lib/action_system_test/test_helper.rb @@ -3,8 +3,6 @@ require "action_system_test/test_helpers" module ActionSystemTest module TestHelper # :nodoc: - include TestHelpers::Assertions - include TestHelpers::FormHelper include TestHelpers::ScreenshotHelper include Capybara::DSL -- cgit v1.2.3