Sha256: 8f5b422466c924622541f950ec2ef10822b1c9eb38b91e5327d1be34f9a9e7bb

Contents?: true

Size: 431 Bytes

Versions: 2

Compression:

Stored size: 431 Bytes

Contents

require 'rubygems'
require 'active_support'
require 'action_view'

unless Object.const_defined?('IRB')
  require 'active_support/test_case'
  require 'shoulda'
  require 'rr'
  # enable RR to use all the mocking magic, uweee!
  Test::Unit::TestCase.send(:include, RR::Adapters::TestUnit)
end

ROOT = File.expand_path File.dirname(File.dirname(__FILE__))
RAILS_ROOT = '/this/is/just/for/testing/page_title_helper'
RAILS_ENV = 'test'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
page_title_helper-0.7.1 test/test_helper.rb
page_title_helper-0.7.0 test/test_helper.rb