Sha256: 33d1ddd9e16f95f527fb9f7caeec927f1cb88fc5877338e93621df97a2ce52fb

Contents?: true

Size: 467 Bytes

Versions: 6

Compression:

Stored size: 467 Bytes

Contents

ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'rails/test_help'

class ActiveSupport::TestCase
  # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
  #
  # Note: You'll currently still have to declare fixtures explicitly in integration tests
  # -- they do not yet inherit this setting
  fixtures :all

  # Add more helper methods to be used by all tests here...
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
has_hashcode-0.1.1 test/rails_app/test/test_helper.rb
has_hashcode-0.1.0 test/rails_app/test/test_helper.rb
railties-3.0.0.beta lib/generators/rails/app/templates/test/test_helper.rb
very_nifty_generators-0.2.1 lib/generators/nifty/app/templates/test/test_helper.rb
very_nifty_generators-0.2.0 lib/generators/nifty/app/templates/test/test_helper.rb
very_nifty_generators-0.1.2 lib/generators/nifty/app/templates/test/test_helper.rb