Sha256: 85cfa05d1d7a4932e0afb0917ab9f633d71be93d64839a1a70ca6d22d7556fcc
Contents?: true
Size: 620 Bytes
Versions: 3
Compression:
Stored size: 620 Bytes
Contents
# Configure Rails Environment ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require "rails/test_help" require 'pry' 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 ECB = ExpressTemplates::Components::Base ETC = ExpressTemplates::Components ET = ExpressTemplates Tag = ExpressTemplates::Markup::Tag
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
express_templates-0.2.7 | test/test_helper.rb |
express_templates-0.2.6 | test/test_helper.rb |
express_templates-0.2.5 | test/test_helper.rb |