Sha256: 172bfa128f59236c327a8b6e51ba6ae7dcb67cae461e4c7569a53e859374bd57

Contents?: true

Size: 505 Bytes

Versions: 41

Compression:

Stored size: 505 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
# Active Support
class ActiveSupport
  # Test Case
  class TestCase
    # 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
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
auth0-5.18.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.16.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.15.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.14.2 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.14.1 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.14.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.13.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.12.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.11.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.10.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.9.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.8.1 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.8.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.7.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.6.1 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.6.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.5.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.4.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.3.0 examples/ruby-on-rails-api/test/test_helper.rb
auth0-5.2.0 examples/ruby-on-rails-api/test/test_helper.rb