Re: [rspec-users] describe, context, feature, scenario

2012-07-16 Thread Avdi Grimm
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

Re: [rspec-users] describe, context, feature, scenario

2012-07-16 Thread Justin Ko
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

Re: [rspec-users] describe, context, feature, scenario

2012-07-16 Thread Matt Wynne
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