Skip to content

Commit 924cfda

Browse files
committed
Remove IntegrationTest::Behavior from SystemExampleGroup
To better mirror current Rails ActionDispatch::SystemTestCase. And resolve problems with inability to set ActiveJob queue type in systems example group.
1 parent 930c141 commit 924cfda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rspec/rails/example/system_example_group.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def app
7171
original_after_teardown =
7272
::ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown.instance_method(:after_teardown)
7373

74-
other.include ActionDispatch::IntegrationTest::Behavior
7574
other.include ::ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown
7675
other.include ::ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper
7776
other.include BlowAwayTeardownHooks

0 commit comments

Comments
 (0)