Sha256: fa7aa27cc87bdeeade7110a683709f292649b6c105f785a91830f0c273bb1a16
Contents?: true
Size: 455 Bytes
Versions: 9
Compression:
Stored size: 455 Bytes
Contents
require 'minitest/autorun' require 'compass-rails' require 'active_support/all' module CompassRails module Test ROOT_PATH = File.expand_path('../../', __FILE__) def self.root Pathname.new(ROOT_PATH) end 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
9 entries across 9 versions & 2 rubygems