mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
17873240b1
The driver has a #render method which takes a destination file path and an options hash for setting the dimensions of the browser's viewport
5 lines
145 B
Ruby
5 lines
145 B
Ruby
source "http://rubygems.org"
|
|
gem "rspec", :require => false
|
|
gem "capybara"
|
|
gem "sinatra", :require => false
|
|
gem "mini_magick", :require => false
|