Skip to content

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

@tgaff

Description

@tgaff

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions