features/thumbnail_generation.feature in middleman-automatic-clowncar-0.0.4 vs features/thumbnail_generation.feature in middleman-automatic-clowncar-4.0.0

- old
+ new

@@ -12,9 +12,10 @@ | photos/test-image/test-image-large.jpg | Scenario: Basic useage during preview Given a fixture app "automatic-clowncar-app" And the Server is running at "automatic-clowncar-app" + Given the Server is running at "automatic-clowncar-app" When I go to "/photos/test-image/test-image-small.jpg" Then the content type should be "image/jpeg" When I go to "/photos/test-image/test-image-medium.jpg" Then the content type should be "image/jpeg" When I go to "/photos/test-image/test-image-large.jpg"