search for: movie_steps

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

2012 Jun 14
3
response.should have_content("1 movie") does not seem to work for me
...t 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::Expectations::ExpectationNotMetError) ./features/step_definitions/movie_steps.rb:14:in `/^Caddyshack shoul...