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

Fix uninitialized constant Sauce::RSpec::Spec #339

Closed bootstraponline closed 9 years ago

bootstraponline commented 9 years ago

Appium's Ruby test framework is called spec so require 'spec' will always succed (and cause the uninitialized constant error).

Fix #338

bootstraponline commented 9 years ago

Note that the capybara failures on Travis are not related to this PR. Capybara has been failing on Travis for a very long time.

jlipps commented 9 years ago

thanks bootstrap