Skip to content

Commit 49398a5

Browse files
author
Sam Phippen
committed
Trying to fix broken example groups
1 parent 261ebb1 commit 49398a5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
require "spec_helper"
22

3-
module RSpec::Rails
4-
if defined?(SystemExampleGroup)
5-
describe SystemExampleGroup do
6-
it_behaves_like "an rspec-rails example group mixin", :system,
7-
'./spec/system/', '.\\spec\\system\\'
8-
end
3+
if defined?(RSpec::Rails::SystemExampleGroup)
4+
RSpec.describe RSpec::Rails::SystemExampleGroup do
5+
it_behaves_like "an rspec-rails example group mixin", :system,
6+
'./spec/system/', '.\\spec\\system\\'
97
end
108
end

0 commit comments

Comments
 (0)