diff --git a/Gemfile b/Gemfile index de1a1fb..1f9aee9 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ group :test do gem "mocha", "~> 1.0.0", :require => 'mocha/api' gem "simplecov", "~> 0.9.1", :require => false # For running UI tests - gem "capybara", "~> 2.1.0" + gem "capybara" gem "selenium-webdriver" end