Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting :rspec => false doesn't disable running rspec #30

Open
tgaff opened this issue Sep 2, 2015 · 0 comments
Open

setting :rspec => false doesn't disable running rspec #30

tgaff opened this issue Sep 2, 2015 · 0 comments

Comments

@tgaff
Copy link

tgaff commented Sep 2, 2015

In guard-zeus (2.0.1)

In my guardfile:
guard 'zeus', run_all: false, rspec: false do

Despite this everytime I modify an rspec file that file is run. I can disable this only by removing the watch on those files. Now admittedly that makes a little sense... why would I watch those files if I don't care. (I had originally just wanted to disable spec running temporarily. )

However, I'm confused by the purpose of rspec: false if it doesn't disable running specs automatically what does it do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant