Sha256: aafaf5cf86af997f819d5a3ebed387d0d5c23a4f947a8963759430dab1da4856

Contents?: true

Size: 314 Bytes

Versions: 20

Compression:

Stored size: 314 Bytes

Contents

lib_dir = File.dirname(__FILE__) + '/../lib'
require File.dirname(__FILE__) + '/linked_rails'

require 'test/unit'
$:.unshift lib_dir unless $:.include?(lib_dir)
require 'haml'
require 'sass'

# required because of Sass::Plugin
unless defined? RAILS_ROOT
  RAILS_ROOT = '.'
  MERB_ENV = RAILS_ENV  = 'testing'
end

Version data entries

20 entries across 20 versions & 4 rubygems

Version Path
radiantcms-couchrest_model-0.2.4 vendor/plugins/haml/test/test_helper.rb
radiantcms-couchrest_model-0.2.2 vendor/plugins/haml/test/test_helper.rb
radiantcms-couchrest_model-0.2.1 vendor/plugins/haml/test/test_helper.rb
radiantcms-couchrest_model-0.2 vendor/plugins/haml/test/test_helper.rb
radiantcms-couchrest_model-0.1.9 vendor/plugins/haml/test/test_helper.rb
radiantcms-couchrest_model-0.1.8 vendor/plugins/haml/test/test_helper.rb
radiantcms-couchrest_model-0.1.7 vendor/plugins/haml/test/test_helper.rb
radiantcms-couchrest_model-0.1.6 vendor/plugins/haml/test/test_helper.rb
radiantcms-couchrest_model-0.1.5 vendor/plugins/haml/test/test_helper.rb
radiant-0.8.2 vendor/plugins/haml/test/test_helper.rb
radiant-rc-0.9.0 vendor/plugins/haml/test/test_helper.rb
radiant-0.8.1 vendor/plugins/haml/test/test_helper.rb
haml-2.0.10 test/test_helper.rb
haml-2.0.9 test/test_helper.rb
haml-2.0.4 test/test_helper.rb
haml-2.0.5 test/test_helper.rb
haml-2.0.6 test/test_helper.rb
haml-2.0.7 test/test_helper.rb
haml-2.0.8 test/test_helper.rb
radiant-0.8.0 vendor/plugins/haml/test/test_helper.rb