Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with ActionDispatch::SystemTest #1813

Merged
merged 22 commits into from
Aug 26, 2017

Commits on Aug 26, 2017

  1. WIP: Integrate with ActionDispatch::SystemTest

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    3bf678f View commit details
    Browse the repository at this point in the history
  2. Directory inference

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    c52bf05 View commit details
    Browse the repository at this point in the history
  3. Refactor system test implementation to be good

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    d4b73e6 View commit details
    Browse the repository at this point in the history
  4. Revert "Refactor system test implementation to be good"

    This reverts commit 53d3225.
    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    0373ee7 View commit details
    Browse the repository at this point in the history
  5. Add cukes

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    b2677a7 View commit details
    Browse the repository at this point in the history
  6. Conditional check on RSpec rails defining

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    9785598 View commit details
    Browse the repository at this point in the history
  7. Fix gemfile capybara version

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    0166fb0 View commit details
    Browse the repository at this point in the history
  8. Remove a redundant around call

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    dc563b6 View commit details
    Browse the repository at this point in the history
  9. More gemfile fixes

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    cb2596b View commit details
    Browse the repository at this point in the history
  10. Fix a non-system-test-bug

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    3e5ad34 View commit details
    Browse the repository at this point in the history
  11. Trying to fix broken example groups

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    5ce2a4a View commit details
    Browse the repository at this point in the history
  12. Fix RSpec mocks load order with system test

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    dafa01f View commit details
    Browse the repository at this point in the history
  13. Rubocop

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    e68fe9c View commit details
    Browse the repository at this point in the history
  14. Shout out to puma

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    3f14313 View commit details
    Browse the repository at this point in the history
  15. Pass doc coverage tests

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    c4adf26 View commit details
    Browse the repository at this point in the history
  16. Enable users to override the default driver.

    This is acheived by only setting the driver if it is currently unset.
    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    4b422bb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bfb8eb7 View commit details
    Browse the repository at this point in the history
  18. Silence puma

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    e05a787 View commit details
    Browse the repository at this point in the history
  19. Capture screenshots

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    b72cb4a View commit details
    Browse the repository at this point in the history
  20. Fix up method name

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    9e389a8 View commit details
    Browse the repository at this point in the history
  21. Satisfy rubocop on regex

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    7aef2ec View commit details
    Browse the repository at this point in the history
  22. Add a silence puma respond to check

    Sam Phippen committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    f591652 View commit details
    Browse the repository at this point in the history