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

8 lines
118 B
Ruby

#
# run `rake` to run tests
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec