1
0
Fork 0
mirror of synced 2024-11-22 16:55:34 -05:00
ultimate-vim/sources_non_forked/vim-multiple-cursors/Rakefile
2013-04-26 13:17:22 -03:00

5 lines
89 B
Ruby

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec