sauce-archives / sauce_ruby

This is the Ruby client adapter for testing with Sauce Labs, a Selenium-based browser testing service (saucelabs.com).
Apache License 2.0
98 stars 115 forks source link

Require 'forwardable' for extending Sauce::Selenium2 #287

Closed biril closed 9 years ago

biril commented 9 years ago

Solves the issue whereby, on certain environments, an RSpec example group using Sauce may fail with uninitialized constant Sauce::Selenium2::Forwardable (NameError). As is the case for example on this Travis job.

DylanLacey commented 9 years ago

Thanks for the PR! Sorry for the delay in accepting.