Skip to content

Commit

Permalink
Remove IntegrationTest::Behavior from SystemExampleGroup
Browse files Browse the repository at this point in the history
To better mirror current Rails ActionDispatch::SystemTestCase. And resolve problems with inability to set ActiveJob queue type in systems example group.
  • Loading branch information
jrochkind committed Dec 20, 2019
1 parent 930c141 commit 924cfda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rspec/rails/example/system_example_group.rb
Expand Up @@ -71,7 +71,6 @@ def app
original_after_teardown =
::ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown.instance_method(:after_teardown)

other.include ActionDispatch::IntegrationTest::Behavior
other.include ::ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown
other.include ::ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper
other.include BlowAwayTeardownHooks
Expand Down

0 comments on commit 924cfda

Please sign in to comment.