[rspec-users] how to write “Destroy kid” in cucumber

2013-09-27 Thread Atish kumar
how to write “Destroy kid” in cucumber Scenario: User can delete kids Given I am on the kids page When I Destroy kid Then I should see "Kid deleted successfully" Then one kid should not exist Listing kids Kid name Action <% @kids.each do |kid| %> <%= kid.kid_name %>

Re: [rspec-users] Template Scaffold syntax error

2013-10-23 Thread Atish kumar
Nathan Biles wrote in post #1120671: > I inherited a project from another developer. > > I ran rspec . and I and getting the following error and I need help > figuring it out asap. > > ~/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in > `load': > {applicatio