1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

rbx require without extname

This commit is contained in:
Gleb Mazovetskiy 2014-09-03 00:16:29 +02:00
parent fc8d477e88
commit ceb9c87a3c

View file

@ -6,7 +6,7 @@ require 'active_support/core_ext/kernel/reporting'
Dir.chdir 'test' do
Dir['support/**/*.rb'].each do |file|
load file
require file[0..-4] # strip .rb suffix
end
end