We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369b31e commit acbc792Copy full SHA for acbc792
rb/spec/unit/selenium/print_options_spec.rb renamed to rb/spec/unit/selenium/webdriver/common/print_options_spec.rb
@@ -1,3 +1,5 @@
1
+# frozen_string_literal: true
2
+
3
# Licensed to the Software Freedom Conservancy (SFC) under one
4
# or more contributor license agreements. See the NOTICE file
5
# distributed with this work for additional information
@@ -15,8 +17,7 @@
15
17
# specific language governing permissions and limitations
16
18
# under the License.
19
-# frozen_string_literal: true
-
20
+require File.expand_path('../spec_helper', __dir__)
21
require 'selenium/webdriver/common/print_options'
22
23
0 commit comments