mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
7 lines
105 B
Ruby
7 lines
105 B
Ruby
|
require 'rspec/core/rake_task'
|
||
|
|
||
|
RSpec::Core::RakeTask.new
|
||
|
|
||
|
task :test => :spec
|
||
|
task :default => :spec
|