Commit e1eb6f5d
Changed files (2)
Gemfile
@@ -53,6 +53,7 @@ group :development, :test do
gem 'fakes-rspec'
gem 'simplecov'
gem 'ffaker'
+ gem 'selenium-webdriver'
end
group :staging do
Gemfile.lock
@@ -68,6 +68,8 @@ GEM
json (>= 1.7)
carrierwave_backgrounder (0.2.2)
carrierwave (~> 0.5)
+ childprocess (0.3.9)
+ ffi (~> 1.0, >= 1.0.11)
coderay (1.0.9)
coffee-rails (4.0.0)
coffee-script (>= 2.2.0)
@@ -110,6 +112,7 @@ GEM
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffaker (1.16.2)
+ ffi (1.9.0)
fog (1.14.0)
builder
excon (~> 0.25.0)
@@ -210,6 +213,7 @@ GEM
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
ruby-hmac (0.4.0)
+ rubyzip (0.9.9)
rvm-capistrano (1.4.1)
capistrano (>= 2.0.0)
sass (3.2.10)
@@ -220,6 +224,11 @@ GEM
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
+ selenium-webdriver (2.33.0)
+ childprocess (>= 0.2.5)
+ multi_json (~> 1.0)
+ rubyzip
+ websocket (~> 1.0.4)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
@@ -254,6 +263,7 @@ GEM
uniform_notifier (1.2.0)
warden (1.2.3)
rack (>= 1.0)
+ websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
@@ -301,6 +311,7 @@ DEPENDENCIES
rvm-capistrano
sass-rails (~> 4.0.0)
sdoc
+ selenium-webdriver
simplecov
sqlite3
teaspoon