mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 12:50:06 +08:00
9 lines
118 B
Ruby
Vendored
9 lines
118 B
Ruby
Vendored
#
|
|
# run `rake` to run tests
|
|
|
|
require 'rspec/core/rake_task'
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
|
|
task :default => :spec
|