aboutsummaryrefslogtreecommitdiffstats
path: root/actionsystemtest/lib/action_system_test/test_helper.rb
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2016-12-03 09:27:44 -0500
committereileencodes <eileencodes@gmail.com>2017-02-20 15:07:34 -0500
commit3f414c22c70d5647d2ee9f16f7e4eec15c829afb (patch)
tree6465f3a3b1f1702d8ec8ae333592b081070f8c14 /actionsystemtest/lib/action_system_test/test_helper.rb
parent970ece243d05945f59f3cdf55e44dbfe5b16d2d5 (diff)
downloadrails-3f414c22c70d5647d2ee9f16f7e4eec15c829afb.tar.gz
rails-3f414c22c70d5647d2ee9f16f7e4eec15c829afb.tar.bz2
rails-3f414c22c70d5647d2ee9f16f7e4eec15c829afb.zip
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.
Diffstat (limited to 'actionsystemtest/lib/action_system_test/test_helper.rb')
-rw-r--r--actionsystemtest/lib/action_system_test/test_helper.rb2
1 files changed, 0 insertions, 2 deletions
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