Skip to content

Commit

Permalink
rb: Make sure Edge service extends shared service
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jun 1, 2016
1 parent 09ab2f3 commit 8826009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/edge/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Edge
# @api private
#

class Service
class Service < WebDriver::Service
DEFAULT_PORT = 17556

private
Expand Down

0 comments on commit 8826009

Please sign in to comment.