Sha256: 573dd58da4f8f2b028184791e4fb1467a18125a01bf287f7d73fd9217e429c9d

Contents?: true

Size: 412 Bytes

Versions: 15

Compression:

Stored size: 412 Bytes

Contents

require 'test/unit'
require 'compass-rails'
require 'rainbow'
module CompassRails
  module Test
    ROOT_PATH = File.expand_path('../../', __FILE__)
    TESTING_VERSION = '0.12.alpha'
  end
end

%w(debug file command rails).each do |helper|
  require File.join(File.expand_path('../', __FILE__), 'helpers', "#{helper}_helper")
end

require File.join(File.expand_path('../', __FILE__), 'helpers', "rails_project")

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
compass-rails-1.1.7 test/test_helper.rb
compass-rails-1.1.6 test/test_helper.rb
compass-rails-1.1.5 test/test_helper.rb
compass-rails-1.1.3 test/test_helper.rb
compass-rails-1.1.2 test/test_helper.rb
compass-rails-1.1.0 test/test_helper.rb
compass-rails-1.1.0.pre test/test_helper.rb
compass-rails-1.0.3 test/test_helper.rb
compass-rails-1.0.2 test/test_helper.rb
compass-rails-1.0.1 test/test_helper.rb
compass-rails-1.0.0 test/test_helper.rb
compass-rails-1.0.0.rc.4 test/test_helper.rb
compass-rails-1.0.0.rc.3 test/test_helper.rb
compass-rails-1.0.0.rc.2 test/test_helper.rb
compass-rails-1.0.0.rc.1 test/test_helper.rb