Sha256: 02d5d1f166a142bb35ce6baaa655effa48f16e5c93aa9f7574fd83eac6b9906e
Contents?: true
Size: 267 Bytes
Versions: 3
Compression:
Stored size: 267 Bytes
Contents
# Add test and lib paths to the $LOAD_PATH [ File.dirname(__FILE__), File.join(File.dirname(__FILE__), '..', 'lib') ].each do |path| full_path = File.expand_path(path) $LOAD_PATH.unshift(full_path) unless $LOAD_PATH.include?(full_path) end require 'rack/less'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rack-less-2.0.2 | test/env.rb |
rack-less-2.0.1 | test/env.rb |
rack-less-2.0.0 | test/env.rb |