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

Add railtie to fix missing rake tasks problem #220

Closed adambarthelson closed 10 years ago

adambarthelson commented 10 years ago

Added a railtie to include rake tasks after bundle.

Fix for issue described in https://github.com/saucelabs/sauce_ruby/issues/217

DylanLacey commented 10 years ago

Sweet, thank you! As @imurchie suggested https://github.com/saucelabs/sauce_ruby/issues/217#issuecomment-38751435, if you make this conditional on Rails being included we can go ahead and merge this.

adambarthelson commented 10 years ago

imurchie commented 10 years ago

Weird. This Travis error isn't related to this PR. Seems the Capybara version is not being registered correctly and 2.0 options are being run in 1.0 tests. Hmph.

adambarthelson commented 10 years ago

ಠ_ಠ

imurchie commented 10 years ago

If you squash these into one commit, I see no reason not to merge. (@DylanLacey?)

adambarthelson commented 10 years ago

squashed

DylanLacey commented 10 years ago

Thanks for the PR!

adambarthelson commented 10 years ago

:+1: