Sha256: 4def364932636f1d6eb00eb12ccc7dcdcb6f8a07717a1527bad2af9cb3725a82

Contents?: true

Size: 310 Bytes

Versions: 8

Compression:

Stored size: 310 Bytes

Contents

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

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require "rails/test_help"

Rails.backtrace_cleaner.remove_silencers!

# Run any available migration
ActiveRecord::Migrator.migrate File.expand_path("../dummy/db/migrate/", __FILE__)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
slim-1.0.1 test/integration/rails/test_helper.rb
slim-1.0.0 test/integration/rails/test_helper.rb
slim-0.9.4 test/integration/rails/test_helper.rb
slim-0.9.3 test/integration/rails/test_helper.rb
slim-0.9.2 test/integration/rails/test_helper.rb
slim-0.9.1 test/integration/rails/test_helper.rb
slim-0.9.1.alpha.2 test/integration/rails/test_helper.rb
slim-0.9.1.alpha.1 test/integration/rails/test_helper.rb