Sha256: 66a51ee238515320d2818580c0bc7c5d80c1af419b38b3a7542380ecb964b42f

Contents?: true

Size: 505 Bytes

Versions: 3

Compression:

Stored size: 505 Bytes

Contents

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

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

Rails.backtrace_cleaner.remove_silencers!

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maildown-3.3.1 test/test_helper.rb
maildown-3.3.0 test/test_helper.rb
maildown-3.2.0 test/test_helper.rb