summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-10 15:27:02 -0600
committermo khan <mo.khan@gmail.com>2020-09-10 15:27:02 -0600
commit018f54f7af434dfaadfdfb36687a59e2069b7a8c (patch)
tree6fe2015c0be2bce915b1d4d30a153ea150133a93 /Gemfile
parentc48825103db844c737cc76464cfa18c3c9ed4bc2 (diff)
chore: install rspec
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..91a788b
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,4 @@
+# frozen_string_literal: true
+source "https://rubygems.org"
+
+gem "rspec", "~> 3.9"