mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
8 lines
No EOL
156 B
Ruby
8 lines
No EOL
156 B
Ruby
require 'rake/testtask'
|
|
Rake::TestTask.new do |t|
|
|
t.libs << "test"
|
|
t.test_files = FileList['test/*_test.rb']
|
|
t.verbose = true
|
|
end
|
|
|
|
task default: :test |