Sha256: 281484bcb1aadbcc1e05ddc0489981111fa935df69d495514e6dfd0efb59865a

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

ENV["RAILS_ENV"] ||= "test"

require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'

class ActiveSupport::TestCase

  ActiveRecord::Migration.check_pending!

# -----------------------------------------------------------------------------
# any class-level stuff for special handling
# -----------------------------------------------------------------------------
  class << self
    
  end  #  anon class
    
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
  # Setup all fixtures in test/fixtures/*.yml 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   #  class ActiveSupport::TestCase

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
milia-1.2.1 test/test/test_helper.rb
milia-1.2.0 test/test/test_helper.rb
milia-1.1.1 test/test/test_helper.rb
milia-1.0.1 test/test/test_helper.rb
milia-1.1.0 test/test/test_helper.rb
milia-1.0.0 test/test/test_helper.rb