Sha256: 92cc7819ed26220707012451bb2e866ee90e1d8add1dc6968b2642d15ed6e00c

Contents?: true

Size: 531 Bytes

Versions: 2

Compression:

Stored size: 531 Bytes

Contents

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

require 'coveralls'
Coveralls.wear!

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.
  #
  # 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

2 entries across 2 versions & 1 rubygems

Version Path
thermometer-0.0.3 test/dummy/test/test_helper.rb
thermometer-0.0.2 test/dummy/test/test_helper.rb