##// END OF EJS Templates
install capybara on only Ruby 1.9.3 or higher (#12822)...
Toshi MARUYAMA -
r11576:2b022ac097fa
parent child
Show More
@@ -79,7 +79,7 end
79 group :test do
79 group :test do
80 gem "shoulda", "~> 3.3.2"
80 gem "shoulda", "~> 3.3.2"
81 gem "mocha", "~> 0.13.3"
81 gem "mocha", "~> 0.13.3"
82 platforms :mri_19, :mingw_19 do
82 if RUBY_VERSION >= '1.9.3'
83 gem "capybara", "~> 2.1.0"
83 gem "capybara", "~> 2.1.0"
84 gem "selenium-webdriver"
84 gem "selenium-webdriver"
85 end
85 end
General Comments 0
You need to be logged in to leave comments. Login now