aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-09-18 20:10:27 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2016-09-25 21:31:46 +0200
commitd5457af76f8244d9069743e282ac75b7d8142db9 (patch)
tree089cba3ca89c35faec55173209837724fe86d669
parent0fd5377a36ccb03b39223d0659f5452c497c9e3a (diff)
downloadrails-d5457af76f8244d9069743e282ac75b7d8142db9.tar.gz
rails-d5457af76f8244d9069743e282ac75b7d8142db9.tar.bz2
rails-d5457af76f8244d9069743e282ac75b7d8142db9.zip
Fix server command tests.
-rw-r--r--railties/test/commands/server_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/test/commands/server_test.rb b/railties/test/commands/server_test.rb
index c1ec73d95c..391886bf33 100644
--- a/railties/test/commands/server_test.rb
+++ b/railties/test/commands/server_test.rb
@@ -1,6 +1,7 @@
require "abstract_unit"
require "env_helpers"
-require "rails/commands/server"
+require "rails/command"
+require "rails/commands/server/server_command"
class Rails::ServerTest < ActiveSupport::TestCase
include EnvHelpers