1
0
Fork 0
mirror of synced 2024-07-02 05:21:09 -04:00
ultimate-vim/sources_non_forked/vim-scala/Rakefile

7 lines
105 B
Ruby
Raw Normal View History

2017-08-25 20:35:23 -04:00
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
task :test => :spec
task :default => :spec