1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/test/test_helper.rb
Thomas McDonald 2a9d9bf4fb Register the rails engine when using Rails w/Compass
This means that the javascripts will still be available through the
asset pipeline.
2012-05-11 14:39:47 +01:00

7 lines
No EOL
171 B
Ruby

$:.unshift("#{File.dirname(__FILE__)}/..")
require 'test/unit'
require 'sass'
require 'lib/bootstrap-sass/compass_functions'
require 'lib/bootstrap-sass/rails_functions'