jejacks0n / teaspoon

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

"fdescribe" works but "fit" doesn't #414

Closed ghost closed 9 years ago

ghost commented 9 years ago

First, thanks for your great gem, which I'm happily using for my app!

A couple of days ago I migrated from jasmine 1.3.0 to 2.2.0 (this is great to have this bundled in teaspoon with a way to pick the version, btw!), in hope to start using focused specs.

It works for fdescribe, but using fit in standalone fashion won't work apparently (I get 0 specs out).

I tracked the issue a bit and it /looks/ like this may be very close to this issue on another project, where the culprit ultimately was jasmine-reporters (which teaspoon doesn't use, if I read correctly).

Maybe there is a similar interaction with the reporter system in use inside teaspoon?

I'm not blocked by this but wanted to report it anyway.

thbar commented 9 years ago

Closed this one in favor of #415 (I used the wrong github handle).