Sha256: f99f1c17c27baf06149865b6cb295e2155dae1a9409266d43970b2f8df6f9164

Contents?: true

Size: 281 Bytes

Versions: 3

Compression:

Stored size: 281 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'
require_relative '../config/environment'
require 'rails/test_help'

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
orats-5.2.3 lib/orats/templates/base/test/test_helper.rb
orats-5.2.2 lib/orats/templates/base/test/test_helper.rb
orats-5.2.1 lib/orats/templates/base/test/test_helper.rb