Skip to content

Commit 261ebb1

Browse files
author
Sam Phippen
committed
Fix a non-system-test-bug
1 parent 08049fc commit 261ebb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/rspec/rails/example/system_example_group_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
if defined?(RSpec::Rails::SystemExampleGroup)
2-
require "spec_helper"
1+
require "spec_helper"
32

4-
module RSpec::Rails
3+
module RSpec::Rails
4+
if defined?(SystemExampleGroup)
55
describe SystemExampleGroup do
66
it_behaves_like "an rspec-rails example group mixin", :system,
77
'./spec/system/', '.\\spec\\system\\'

0 commit comments

Comments
 (0)