Skip to content

Behaviour Driven Development example app from Semaphore's Rails Testing Handbook.

Notifications You must be signed in to change notification settings

senott/Semaphore_bdd_app

Repository files navigation

README

  • Ruby version
    2.7.1

  • System dependencies

    • PostgreSQL on Docker
      To create the container:
      $ docker run --name semaphore_postgres -e POSTGRES_PASSWORD=<mysecretpassword> -d -p 5433:5432 postgres

      To run the container:
      $ docker start semaphore_postgres

  • Database creation
    $ rake db:create

  • Database initialization
    $ rake db:migrate

  • How to run the test suite
    $ bundle exec cucumber
    $ bundle exec rspec

About

Behaviour Driven Development example app from Semaphore's Rails Testing Handbook.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published