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

8 lines
98 B
Ruby
Raw Normal View History

2011-02-06 15:22:40 -05:00
require "rake/testtask"
task :default => :test
Rake::TestTask.new do |t|
t.warning = true
end