You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to watch a specific set of files for changes, and then run a specific teabag test suite - e.g. integration (as opposed to a specific spec file).
Is it possible to accomplish this?
The text was updated successfully, but these errors were encountered:
Did you ever sort this out? sorry about the time to respond.
I guess I never thought about doing it that way -- you should be able to set your Guardfile to match the same files that are in the suite. The suite is found from the file, and then that file is run within the context of that suite.
I guess there's a feature there if you think you could use it.
Hi there,
I'd like to watch a specific set of files for changes, and then run a specific
teabag
test suite - e.g.integration
(as opposed to a specific spec file).Is it possible to accomplish this?
The text was updated successfully, but these errors were encountered: