Thanks a lot fot the complete answer. I'll try them out. On Thursday, January 2, 2014 5:18:29 PM UTC+1, Myron Marston wrote: > > > You can configure RSpec to run only examples tagged with a specific key, > such as `:focus`: > > > https://www.relishapp.com/rspec/rspec-core/v/2-14/docs/filtering/inclusion-filters > > In addition, RSpec 2.14+ has `fit` as an alias for `it "...", :focus => > true`: > > https://github.com/rspec/rspec-core/pull/955 > > There's also `xit`, which makes an example temporarily pending: > > > https://relishapp.com/rspec/rspec-core/v/2-14/docs/pending/pending-examples#temporarily-pending-by-prefixing-`it`,-`specify`,-or-`example`-with-an-x<https://relishapp.com/rspec/rspec-core/v/2-14/docs/pending/pending-examples#temporarily-pending-by-prefixing-it,-specify,-or-example-with-an-x> > > At the example group level, there are not yet shortcuts like `xdescribe` > or `fdescribe`, but they're planned for RSpec 3: > > https://github.com/rspec/rspec-core/pull/1236#discussion_r8606837 > > HTH, > Myron > >
-- You received this message because you are subscribed to the Google Groups "rspec" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rspec/e466d2f6-8f17-4012-af46-663a0b5eac18%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
