lib/howitzer/capybara_helpers.rb in howitzer-2.0.2 vs lib/howitzer/capybara_helpers.rb in howitzer-2.0.3

- old
+ new

@@ -8,10 +8,10 @@ # @return [Boolean] true if current driver related with SauceLab, # Testingbot or Browserstack cloud service def cloud_driver? - %i(sauce testingbot browserstack).include?(Howitzer.driver.to_sym) + %i[sauce testingbot browserstack].include?(Howitzer.driver.to_sym) end # @return [Boolean] whether or not current browser is # Internet Explorer. # @raise [CloudBrowserNotSpecifiedError] if cloud driver and missing browser name