On Jan 11, 10:21 am, Stan Kaufman <[email protected]> wrote: > Something in the latest iteration of spork, guard, or rspec now causes > all examples to be run, not just tagged examples (say, with :focus => > true).
Hmm...looks like this is a spork vs rspec problem; the behavior occurs without involving guard: - rspec run alone limits test execution to examples tagged with :focus - rspec run within spork ignores the :focus tag and runs all examples It appears that the last update to spork was last November, whereas rspec was updated a few days ago. So whatever is going on isn't due to a new change in spork but rather a new spork incompatibility with rspec that presumably will need a fix in spork. -- 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.

