1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00
execjs/Rakefile
2011-02-06 14:22:40 -06:00

7 lines
98 B
Ruby

require "rake/testtask"
task :default => :test
Rake::TestTask.new do |t|
t.warning = true
end