~ubuntu-branches/debian/sid/unicorn/sid

« back to all changes in this revision

Viewing changes to t/rails3-app/test/test_helper.rb

  • Committer: Package Import Robot
  • Author(s): Jérémy Bobbio, Hleb Valoshka, Jérémy Bobbio
  • Date: 2013-05-07 11:02:06 UTC
  • mfrom: (7.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130507110206-urgp5n2mwmkcsu5k
Tags: 4.6.2-2
[ Hleb Valoshka ]
* Change the way tests are run during package build.
* Bump Standards-Version to 3.9.4.
* Remove DM-Upload-Allowed.

[ Jérémy Bobbio ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ENV["RAILS_ENV"] = "test"
2
 
require File.expand_path('../../config/environment', __FILE__)
3
 
require 'rails/test_help'
4
 
 
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
11
 
 
12
 
  # Add more helper methods to be used by all tests here...
13
 
end