summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2019-04-15 11:28:06 -0600
committermokha <mokha@cisco.com>2019-04-15 11:28:06 -0600
commitf6a536c572be101dcf6a2e1a8daca448f7ce5a0a (patch)
tree75a9a89b693e54c9b7a1e2a62414749046980747 /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