Sha256: 5f94f3fe08487cb0abdc3ca3edd5ce765ec60bc7c685ec6caaaf47e15c0c93ac

Contents?: true

Size: 451 Bytes

Versions: 6

Compression:

Stored size: 451 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../../test/dummy/config/environment.rb",  __FILE__)
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
ActiveRecord::Migrator.migrations_paths << File.expand_path('../../db/migrate', __FILE__)
require "rails/test_help"
require "minitest/pride"

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
categorical-0.0.10 test/test_helper.rb
categorical-0.0.9.1 test/test_helper.rb
categorical-0.0.9 test/test_helper.rb
categorical-0.0.9.rc test/test_helper.rb
categorical-0.0.8.rc test/test_helper.rb
categorical-0.0.6.rc test/test_helper.rb