From da290fae09086f864e59ba43b4a0c4f3d8661da1 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Sun, 11 May 2014 15:41:23 -0700 Subject: Remove unnecessary include for integration tests. --- actionview/test/abstract_unit.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionview') diff --git a/actionview/test/abstract_unit.rb b/actionview/test/abstract_unit.rb index 9eae3a4fbd..7c71fdabd1 100644 --- a/actionview/test/abstract_unit.rb +++ b/actionview/test/abstract_unit.rb @@ -274,7 +274,6 @@ ActionView::RoutingUrlFor.send(:include, ActionDispatch::Routing::UrlFor) module ActionController class Base - include ActionController::Testing # This stub emulates the Railtie including the URL helpers from a Rails application include SharedTestRoutes.url_helpers include SharedTestRoutes.mounted_helpers -- cgit v1.2.3 From 4584be9b8bd15277cc05e8729830247df45d46dc Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Thu, 29 May 2014 10:15:57 -0700 Subject: Update url to rake docs [ci skip] --- actionview/RUNNING_UNIT_TESTS.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') diff --git a/actionview/RUNNING_UNIT_TESTS.rdoc b/actionview/RUNNING_UNIT_TESTS.rdoc index 104b3e288d..c408882827 100644 --- a/actionview/RUNNING_UNIT_TESTS.rdoc +++ b/actionview/RUNNING_UNIT_TESTS.rdoc @@ -4,7 +4,7 @@ The easiest way to run the unit tests is through Rake. The default task runs the entire test suite for all classes. For more information, checkout the full array of rake tasks with "rake -T" -Rake can be found at http://rake.rubyforge.org +Rake can be found at http://docs.seattlerb.org/rake/. == Running by hand -- cgit v1.2.3