.vim/bundle/editorconfig-vim/tests/Rakefile
changeset 18 01f49b9e842c
equal deleted inserted replaced
17:e28e52dcf908 18:01f49b9e842c
       
     1 #
       
     2 # run `rake` to run tests
       
     3 
       
     4 require 'rspec/core/rake_task'
       
     5 
       
     6 RSpec::Core::RakeTask.new(:spec)
       
     7 
       
     8 task :default => :spec