system_testing_app

Test app for system tests

Stars
5

README

  • Note: for now tests will only work on first run because
    issues with Active Record aren't fixed yet. In your application
    use DatabaseRewinder or DatabaseCleaner until the transaction handling
    in system tsts is fixed.

To run the system tests:

git clone [email protected]:eileencodes/system_testing_app.git

cd system_testing_app

bundle

bin/rails db:create

bin/rails db:migrate

bin/rails test:system