jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

How to run tests continuously? #265

Closed felippenardi closed 10 years ago

felippenardi commented 10 years ago

I want to have teaspoon running tests every time I save a javascript file.

jejacks0n commented 10 years ago

Use guard-teaspoon.

felippenardi commented 10 years ago

Thank you @jejacks0n !