Browse Source

Moved browser testing to watir-webdriver.

Martin Edenhofer 12 years ago
parent
commit
8fa07a5f6f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Gemfile

+ 2 - 1
Gemfile

@@ -67,5 +67,6 @@ gem 'simplecov'
 gem 'simplecov-rcov'
 
 # UI tests w/ Selenium
-gem 'selenium-webdriver'
+#gem 'selenium-webdriver'
+gem 'watir-webdriver'