Sha256: 331961206c3eb6cf56bc187fdedd374aa02edc992f2a64558a41820bb1b97352

Contents?: true

Size: 684 Bytes

Versions: 95

Compression:

Stored size: 684 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__)]
require "rails/test_help"

# Filter out Minitest backtrace while allowing backtrace from other libraries
# to be shown.
Minitest.backtrace_filter = Minitest::BacktraceFilter.new

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

# Load fixtures from the engine
if ActiveSupport::TestCase.respond_to?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

Version data entries

95 entries across 95 versions & 35 rubygems

Version Path
simple_crud-0.1.0 test/test_helper.rb
fill_pdf-0.0.3 test/test_helper.rb
elms-0.0.2 test/test_helper.rb
resources-0.1.1 test/test_helper.rb
havior-0.1.2 test/test_helper.rb
template2rails-0.0.1 test/test_helper.rb
simple_crud-0.0.2 test/test_helper.rb
simple_crud-0.0.1 test/test_helper.rb
poly_belongs_to-0.1.2 test/test_helper.rb
havior-0.1.1 test/test_helper.rb
havior-0.1.0 test/test_helper.rb
poly_belongs_to-0.1.1 test/test_helper.rb
poly_belongs_to-0.1.0 test/test_helper.rb
badgr-0.0.1 test/test_helper.rb
rails_view_component-1.0.4 test/test_helper.rb
rails_view_component-1.0.3 test/test_helper.rb
rails_view_component-1.0.2 test/test_helper.rb
rails_view_component-1.0.1 test/test_helper.rb
rails_view_component-1.0.0 test/test_helper.rb
adminscaffold-1.0.1 test/test_helper.rb