On Jan 11, 12:46 pm, Stan Kaufman <[email protected]> wrote: > > Hmm...looks like this is a spork vs rspec problem; the behavior occurs > without involving guard:
Turns out that this is an rspec 2.8.x issue. See the discussion here: https://github.com/sporkrb/spork/issues/166 The simple workaround is to add --tag focus to your .rspec file, and filtering on :focus tags once again works properly -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

