Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

sauce tag on every rspec test is painful #323

Open
bootstraponline opened this issue May 11, 2015 · 0 comments
Open

sauce tag on every rspec test is painful #323

bootstraponline opened this issue May 11, 2015 · 0 comments

Comments

@bootstraponline
Copy link
Contributor

It'd be nice if an opt-in mode existed where all tests are assumed to be run on Sauce except when annotated otherwise. Having to add a sauce flag that reads from an env var on every single RSpec test isn't fun.

# old
it 'visits the home page', sauce: sauce? do
end
# this should run on sauce by default, unless sauce: false is present
it 'visits the home page' do
end
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant