mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
11 lines
No EOL
201 B
Ruby
11 lines
No EOL
201 B
Ruby
require "bundler/setup"
|
|
|
|
begin
|
|
require 'rspec/core/rake_task'
|
|
RSpec::Core::RakeTask.new(:spec) do |t|
|
|
t.pattern = "annotation-vocab_spec.rb"
|
|
end
|
|
|
|
task :default => :spec
|
|
rescue LoadError
|
|
end |