aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/code/getting_started/test/test_helper.rb')
-rw-r--r--guides/code/getting_started/test/test_helper.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/guides/code/getting_started/test/test_helper.rb b/guides/code/getting_started/test/test_helper.rb
deleted file mode 100644
index ecbaf77ea7..0000000000
--- a/guides/code/getting_started/test/test_helper.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-ENV["RAILS_ENV"] = "test"
-require File.expand_path('../../config/environment', __FILE__)
-require 'rails/test_help'
-
-class ActiveSupport::TestCase
- ActiveRecord::Migration.check_pending!
-
- # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
- fixtures :all
-
- # Add more helper methods to be used by all tests here...
-end