summaryrefslogtreecommitdiffstats
path: root/runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile')
-rw-r--r--runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile b/runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile
deleted file mode 100644
index 3119d82eab..0000000000
--- a/runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# run `rake` to run tests
-
-require 'rspec/core/rake_task'
-
-RSpec::Core::RakeTask.new(:spec)
-
-task :default => :spec