Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/selenium/rspec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
selenium_driver.set_context "Starting example '#{self.description}'"
end
rescue Exception => e
STDERR.puts "Problem while setting context on example start" + e
STDERR.puts "Problem while setting context on example start " + e
STDERR.puts "Please make sure your driver object is named 'selenium_driver' and is visible from the Spec code"
end
end

Expand Down