Sha256: d63f260277e056a6187fc0aa8900ec2304b76e5ba4edf04ef41af493fd1952cb

Contents?: true

Size: 537 Bytes

Versions: 5

Compression:

Stored size: 537 Bytes

Contents

$:.unshift(File.dirname(__FILE__) + '/../lib')

require 'yaml'
require 'rubygems'
require 'action_controller'
require 'action_controller/test_case'
require 'action_view/helpers'
require 'simple_form'

# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true

ActionController::Base.logger = nil

# ActionController::Base.ignore_missing_templates = false
ActionController::Routing::Routes.reload rescue nil

ActionController::Base.asset_host = "localhost"

require_relative 'support_methods'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
textile_editor_helper-0.1.4 test/abstract_unit.rb
textile_editor_helper-0.1.3 test/abstract_unit.rb
textile_editor_helper-0.1.2 test/abstract_unit.rb
textile_editor_helper-0.1.1 test/abstract_unit.rb
textile_editor_helper-0.1.0 test/abstract_unit.rb