From 1a0ca84a064b07ecab798793a3d7ebe89bb6367c Mon Sep 17 00:00:00 2001 From: eileencodes Date: Sun, 19 Feb 2017 11:50:42 -0500 Subject: Move and rename system tests * Move system tests back into Action Pack * Rename `ActionSystemTest` to `ActionDispatch::SystemTestCase` * Remove private base module and only make file for public `SystemTestCase` class, name private module `SystemTesting` * Rename `ActionSystemTestCase` to `ApplicationSystemTestCase` * Update corresponding documentation and guides * Delete old `ActionSystemTest` files --- ci/travis.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ci') diff --git a/ci/travis.rb b/ci/travis.rb index 2958b5b0f5..f59ce5406a 100755 --- a/ci/travis.rb +++ b/ci/travis.rb @@ -24,7 +24,6 @@ class Build "av" => "actionview", "aj" => "activejob", "ac" => "actioncable", - "ast" => "actionsystemtest", "guides" => "guides" } -- cgit v1.2.3