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

Generators and existing RSpec code should die #89

Open rtyler opened 12 years ago

rtyler commented 12 years ago

The current testing model for Rails projects is kind of backwards and not conducive to running many tests in parallel.

We should just kill all that code and create a sauce-rspec and a sauce-rails gem that nails that interaction in a nicer fashion than what we have now.

rtyler commented 12 years ago

This should kill #58