--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.vim/bundle/editorconfig-vim/tests/Rakefile Wed Sep 09 10:43:34 2015 +0200
@@ -0,0 +1,8 @@
+#
+# run `rake` to run tests
+
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec