mirror of
https://github.com/amix/vimrc
synced 2024-12-19 16:33:14 +00:00
6 lines
89 B
Ruby
6 lines
89 B
Ruby
|
require 'rspec/core/rake_task'
|
||
|
|
||
|
RSpec::Core::RakeTask.new(:spec)
|
||
|
|
||
|
task :default => :spec
|