Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-05-29 01:35:50 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2012-05-29 01:35:50 +0400
commit632415567f269a230f2ecd25c18f4639dccf3a7e (patch)
tree053611ab0c166d8cf0cb9309296ae300da847878 /Gemfile
parent89043d6b891057d756b2f9f518d0eb043ce07a19 (diff)
use shoulda-matchers instead of shoulda gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5cfcca2fa2a..8342e1c353e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -65,6 +65,6 @@ end
group :test do
gem "turn", :require => false
gem "simplecov", :require => false
- gem "shoulda", "3.0.1"
+ gem "shoulda-matchers"
gem 'email_spec'
end