summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:18:02 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:18:02 -0600
commit1f2128c4a2dd18f6c05535e702f288c2472844d1 (patch)
tree1fff7ea922249b038ccf578d3963a4ea889c5a51 /Rakefile
initial commit
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..b7e9ed5
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,6 @@
+require "bundler/gem_tasks"
+require "rspec/core/rake_task"
+
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec