Feature and scenario are aliases defined by capybara.
On Jul 16, 2012 5:50 AM, "Matt Wynne" wrote:
>
> On 16 Jul 2012, at 02:28, Mike Glaz wrote:
>
> Describe, context, feature, scenario: what is the difference between the
> four and when do I use each one?
>
>
> Feature and Scenario are Cucumber
On Jul 15, 2012, at 7:28 PM, Mike Glaz wrote:
> Describe, context, feature, scenario: what is the difference between the
> four and when do I use each one?
>
> thanks,
> mike
>
> --
> Posted via http://www.ruby-forum.com/.
> ___
> rspec-users mailing
On 16 Jul 2012, at 02:28, Mike Glaz wrote:
> Describe, context, feature, scenario: what is the difference between the
> four and when do I use each one?
Feature and Scenario are Cucumber keywords and AFAIK have nothing to do with
RSpec.
#describe and #context are both aliases for the same meth