Sha256: feeef5171a8ba9e1d269c6224c852708c779da9806127a6393569fca160200b0

Contents?: true

Size: 312 Bytes

Versions: 12

Compression:

Stored size: 312 Bytes

Contents

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

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tao_on_rails-0.6.13 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.12 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.11 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.10 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.9 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.8 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.7 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.6 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.5 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.4 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.3 lib/templates/plugin/templates/test/test_helper.rb
tao_on_rails-0.6.2 lib/templates/plugin/templates/test/test_helper.rb