templates/.circleci/config.yml in gnarails-1.0.0 vs templates/.circleci/config.yml in gnarails-2.0.0

- old
+ new

@@ -46,21 +46,26 @@ - run: name: Bundler Audit command: bundle exec bundle-audit update && bundle exec bundle-audit check - run: name: Brakeman - command: ./script/brakeman + command: ./bin/brakeman # Pronto - run: name: Pronto - command: ./script/ci_pronto + command: ./bin/ci_pronto # Save Brakeman - store_artifacts: path: tmp/brakeman.html destination: security/brakeman.html # Save Coverage Analysis - store_artifacts: path: coverage destination: coverage + + # Save Capybara Screenshots + - store_artifacts: + path: tmp/screenshots + destination: capybara/screenshots