File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,6 @@ module RSpec::Rails
91
91
group = RSpec ::Core ::ExampleGroup . describe do
92
92
include SystemExampleGroup
93
93
94
- before do
95
- driven_by ( :selenium )
96
- end
97
-
98
94
def take_screenshot
99
95
puts 'line 1'
100
96
puts 'line 2'
@@ -113,10 +109,6 @@ def take_screenshot
113
109
group = RSpec ::Core ::ExampleGroup . describe do
114
110
include SystemExampleGroup
115
111
116
- before do
117
- driven_by ( :selenium )
118
- end
119
-
120
112
def page
121
113
instance_double ( Capybara ::Session , save_screenshot : nil )
122
114
end
@@ -162,10 +154,6 @@ def page
162
154
group = RSpec ::Core ::ExampleGroup . describe do
163
155
include SystemExampleGroup
164
156
165
- before do
166
- driven_by ( :selenium )
167
- end
168
-
169
157
after do
170
158
calls_in_order << :after_hook
171
159
end
You can’t perform that action at this time.
0 commit comments