unicorn 4.3.1 - shutdown() fixes
[unicorn.git] / t / rails3-app / test / test_helper.rb
blob8bf1192ffec252a4562218bdf299891a319b9cb9
1 ENV["RAILS_ENV"] = "test"
2 require File.expand_path('../../config/environment', __FILE__)
3 require 'rails/test_help'
5 class ActiveSupport::TestCase
6   # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
7   #
8   # Note: You'll currently still have to declare fixtures explicitly in integration tests
9   # -- they do not yet inherit this setting
10   fixtures :all
12   # Add more helper methods to be used by all tests here...
13 end