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