Sha256: 2d80b8752030d8b88e9af448cecb0682d60305ebeb8bd630908d1e305a7bb0f8

Contents?: true

Size: 316 Bytes

Versions: 4

Compression:

Stored size: 316 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'

class ActiveSupport::TestCase
  # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical
  # order.
  fixtures :all

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
orats-5.0.3 lib/orats/templates/base/test/test_helper.rb
orats-5.0.2 lib/orats/templates/base/test/test_helper.rb
orats-5.0.1 lib/orats/templates/base/test/test_helper.rb
orats-5.0.0 lib/orats/templates/base/test/test_helper.rb