features/create.feature in sculptor-0.0.7 vs features/create.feature in sculptor-0.0.8

- old
+ new

@@ -33,8 +33,8 @@ And the exit status should be 0 Then the output should contain "create" And a directory named "source/test" should exist Then the file "source/test/test.html.slim" should contain "Hello World" And the file "source/test/test.html.slim" should contain "My model description" - And the file "source/test/index.html.slim" should contain "'partials/glyptotheque/model-index'" + And the file "source/test/index.html.slim" should contain "'glyptotheque/model-index'" And the file "source/test/test.yaml" should contain "hello: World" And the file "source/test/styles.scss" should contain "@import 'bourbon'"