File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ module RSpec::Rails
9191 group = RSpec ::Core ::ExampleGroup . describe do
9292 include SystemExampleGroup
9393
94- before do
95- driven_by ( :selenium )
96- end
94+ # before do
95+ # driven_by(:selenium)
96+ # end
9797
9898 def take_screenshot
9999 puts 'line 1'
@@ -113,9 +113,9 @@ def take_screenshot
113113 group = RSpec ::Core ::ExampleGroup . describe do
114114 include SystemExampleGroup
115115
116- before do
117- driven_by ( :selenium )
118- end
116+ # before do
117+ # driven_by(:selenium)
118+ # end
119119
120120 def page
121121 instance_double ( Capybara ::Session , save_screenshot : nil )
@@ -162,9 +162,9 @@ def page
162162 group = RSpec ::Core ::ExampleGroup . describe do
163163 include SystemExampleGroup
164164
165- before do
166- driven_by ( :selenium )
167- end
165+ # before do
166+ # driven_by(:selenium)
167+ # end
168168
169169 after do
170170 calls_in_order << :after_hook
You can’t perform that action at this time.
0 commit comments