Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MelissaKaulfuss/08ccdd1a59b0c15be31916a0e2d36cd9 to your computer and use it in GitHub Desktop.
Save MelissaKaulfuss/08ccdd1a59b0c15be31916a0e2d36cd9 to your computer and use it in GitHub Desktop.
booking-manager-api running tests via ted

Testing

  • bin/ted/test (all tests)
  • bin/ted/test spec/unit/whatever_spec.rb (single test)
  • --tag ~acceptance (only run the fast tests)
  • bin/ted/rails db:migrate(run a migration)
  • bin/ted/rails db:migrate RAILS_ENV=test (run a migration in specific environment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment