Browse Source

added gem for selenium

roy 12 years ago
parent
commit
9d5f0dcf29
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Gemfile

+ 4 - 0
Gemfile

@@ -65,3 +65,7 @@ gem 'em-websocket'
 # code coverage
 gem 'simplecov'
 gem 'simplecov-rcov'
+
+# UI tests w/ Selenium
+gem 'selenium-webdriver'
+