Skip to content

Instantly share code, notes, and snippets.

@sotayamashita
Last active May 25, 2019 18:04
Show Gist options
  • Save sotayamashita/364e392926284dc703057fc0526e4691 to your computer and use it in GitHub Desktop.
Save sotayamashita/364e392926284dc703057fc0526e4691 to your computer and use it in GitHub Desktop.
test

Required

  • Working as designed

    • Task URL
  • rspec passes

    docker-compose run --rm app rspec
  • rubocop passes

    docker-compose run --rm app rubocop -a
  • brakeman passes

    docker-compose run --rm app brakeman
  • squash commits

    git fetch
    git rebase -i origin/develop
    git push -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment