1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/bundle/vim-scala/Rakefile

7 lines
105 B
Ruby
Raw Normal View History

2022-04-24 22:08:19 +08:00
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
task :test => :spec
task :default => :spec