nvim/pack/acp/start/editorconfig-vim/tests/plugin/Rakefile

9 lines
118 B
Ruby
Raw Normal View History

2021-04-07 19:25:35 +00:00
#
# run `rake` to run tests
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec