summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-18 15:59:08 -0600
committermo khan <mo@mokhan.ca>2013-07-18 15:59:08 -0600
commit8a274b255ac76e960fed05b2084d7769898743a2 (patch)
treedb312d032448cea197f0214ee9da1ccf4f2093f1 /Gemfile
parent4c18d6bab9db9f1fd286da7adaac43f5f6a57840 (diff)
install rspec
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 30d54d4..3facc67 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,6 +32,10 @@ group :doc do
gem 'sdoc', require: false
end
+group :test do
+ gem 'rspec-rails'
+end
+
# Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'