1
0
Fork 0
mirror of synced 2024-11-22 16:55:34 -05:00
ultimate-vim/sources_non_forked/vim-multiple-cursors/Rakefile

6 lines
89 B
Ruby
Raw Normal View History

2013-04-26 12:17:22 -04:00
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec