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 %>
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