Skip to content

Commit 6f0ea54

Browse files
committed
Fix RuboCop offences
1 parent d56802a commit 6f0ea54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ module Selenium
1919
module WebDriver
2020
VERSION = '3.11.0'.freeze
2121
end # WebDriver
22-
end #Selenium
22+
end # Selenium

rb/selenium-webdriver.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Gem::Specification.new do |s|
1212
1313

1414
s.summary = 'The next generation developer focused tool for automated testing of webapps'
15-
s.description = 'WebDriver is a tool for writing automated tests of websites. ' + \
16-
'It aims to mimic the behaviour of a real user, ' + \
15+
s.description = 'WebDriver is a tool for writing automated tests of websites. ' \
16+
'It aims to mimic the behaviour of a real user, ' \
1717
'and as such interacts with the HTML of the application.'
1818

1919
s.license = 'Apache-2.0'

0 commit comments

Comments
 (0)