upgrade capybara to 2.1 (#12822)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11805 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9f41c7283c
commit
00f15828a2
5
Gemfile
5
Gemfile
|
@ -79,7 +79,10 @@ end
|
||||||
group :test do
|
group :test do
|
||||||
gem "shoulda", "~> 3.3.2"
|
gem "shoulda", "~> 3.3.2"
|
||||||
gem "mocha", "~> 0.13.3"
|
gem "mocha", "~> 0.13.3"
|
||||||
gem 'capybara', '~> 2.0.0'
|
platforms :mri_19, :mingw_19 do
|
||||||
|
gem "capybara", "~> 2.1.0"
|
||||||
|
gem "selenium-webdriver"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
||||||
|
|
Loading…
Reference in New Issue