diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-05-29 02:35:50 +0500 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-05-29 02:35:50 +0500 |
commit | 632415567f269a230f2ecd25c18f4639dccf3a7e (patch) | |
tree | 053611ab0c166d8cf0cb9309296ae300da847878 /Gemfile | |
parent | 89043d6b891057d756b2f9f518d0eb043ce07a19 (diff) | |
download | gitlab-ce-632415567f269a230f2ecd25c18f4639dccf3a7e.tar.gz |
use shoulda-matchers instead of shoulda gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |