summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby/Rakefile')
-rw-r--r--CLI/ruby/Rakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/CLI/ruby/Rakefile b/CLI/ruby/Rakefile
new file mode 100644
index 0000000..b6ae734
--- /dev/null
+++ b/CLI/ruby/Rakefile
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+require "bundler/gem_tasks"
+require "rspec/core/rake_task"
+
+RSpec::Core::RakeTask.new(:spec)
+
+task default: :spec