File: Rakefile

package info (click to toggle)
vim-editorconfig 0.3.3%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 152 kB
  • sloc: ruby: 95; makefile: 2; sh: 1
file content (8 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#
# run `rake` to run tests

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec