search for: genre_step

Displaying 1 result from an estimated 1 matches for "genre_step".

Did you mean: genre_steps
2012 Jun 14
3
response.should have_content("1 movie") does not seem to work for me
...nd_open_page, the string definitely is there! Name: Comedy Contains 1 movie Edit | Back This is what Cucumber tells me: Scenario: Create movie in genre # features/create_movie.feature:7 Given a genre named Comedy # features/step_definitions/genre_steps.rb:1 When I create a movie Caddyshack in the Comedy genre # features/step_definitions/movie_steps.rb:1 Then Caddyshack should be in the Comedy genre # features/step_definitions/movie_steps.rb:10 expected there to be content "1 movie" in "" (RSpec::Expectati...