Feature: Default Scenario: iterate simlar_articles Given a fixture app "test-app" And a file named "config.rb" with: """ activate :blog do|blog| blog.layout = "article" end activate :similar """ Given the Server is running at "test-app" When I go to "/2014/05/08/article0.html" Then I should see "

Article 0

" Then I should see '' Then I should see '
  • Article 6dog, Brown, cat
  • ' Then I should see '
  • Article 4dog, cat, fox
  • ' Then I should see '
  • Article 1dog, cat
  • ' Then I should see '
  • Article 5dog
  • ' When I go to "/page.html" Then I should see ''