Skip to content

Commit acbc792

Browse files
committed
Add support for setting page size in Ruby PrintOptions
1 parent 369b31e commit acbc792

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rb/spec/unit/selenium/print_options_spec.rb renamed to rb/spec/unit/selenium/webdriver/common/print_options_spec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
# Licensed to the Software Freedom Conservancy (SFC) under one
24
# or more contributor license agreements. See the NOTICE file
35
# distributed with this work for additional information
@@ -15,8 +17,7 @@
1517
# specific language governing permissions and limitations
1618
# under the License.
1719

18-
# frozen_string_literal: true
19-
20+
require File.expand_path('../spec_helper', __dir__)
2021
require 'selenium/webdriver/common/print_options'
2122

2223

0 commit comments

Comments
 (0)