Browse Source

Gemfile: remove mocha version

git-svn-id: http://svn.redmine.org/redmine/trunk@13947 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.0.0
Toshi MARUYAMA 9 years ago
parent
commit
b3fdc1ca8b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -87,7 +87,7 @@ end
group :test do
gem "minitest"
gem "rails-dom-testing"
gem "mocha", "~> 1.0.0"
gem "mocha"
gem "simplecov", "~> 0.9.1", :require => false
# For running UI tests
gem "capybara"

Loading…
Cancel
Save