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, 8 insertions, 0 deletions
diff --git a/runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile b/runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile
new file mode 100644
index 0000000000..3119d82eab
--- /dev/null
+++ b/runtime/pack/dist/opt/editorconfig/tests/plugin/Rakefile
@@ -0,0 +1,8 @@
+#
+# run `rake` to run tests
+
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec