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:
parent
fc8d477e88
commit
ceb9c87a3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue