Closed bootstraponline closed 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
Note that the capybara failures on Travis are not related to this PR. Capybara has been failing on Travis for a very long time.
thanks bootstrap
Appium's Ruby test framework is called spec so require 'spec' will always succed (and cause the uninitialized constant error).
Fix #338