summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-30 14:31:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-30 14:31:53 +0000
commitf04148695a4a2de305945b00433aa1462d5c901c (patch)
tree7825bbb4f40e1b5d24bcd84d478fa70d7bb9f22d /Gemfile
parent372b24627b70d43402d7e54dfb370bcdfe0ec8ba (diff)
downloadredmine-f04148695a4a2de305945b00433aa1462d5c901c.tar.gz
redmine-f04148695a4a2de305945b00433aa1462d5c901c.zip
Drop shoulda.
git-svn-id: http://svn.redmine.org/redmine/trunk@13676 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fce09bee5..75d4f70bf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -86,7 +86,6 @@ end
group :test do
gem "minitest"
- gem "shoulda-context"
gem "mocha", "~> 1.0.0", :require => 'mocha/api'
# For running UI tests
gem "capybara", "~> 2.1.0"