features/load_page_objects.feature in chemistrykit-3.9.1 vs features/load_page_objects.feature in chemistrykit-3.10.0

- old
+ new

@@ -1,10 +1,10 @@ Feature: Load Page Objects Formulas should be loaded in the correct order with thier dependencies Scenario: Load the libs first - Given I run `ckit new big-project` + Given I run `bundle exec ckit new big-project` And I cd to "big-project" And a file named "config.yaml" with: """ selenium_connect: host: 'localhost' @@ -42,7 +42,7 @@ book.open "http://www.google.com" end end """ - When I run `ckit brew` + When I run `bundle exec ckit brew` Then the stdout should contain "1 example, 0 failures"