Skip to content

Commit 5c3d526

Browse files
committed
[rb] fix linting failures
1 parent e98cc84 commit 5c3d526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rb/spec/unit/selenium/webdriver/guard_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ module Support
7777
guards = described_class.new(example)
7878
guards.add_condition(:foo, false)
7979

80-
expect(guards.disposition).to eq [:pending, 'Test guarded; Guarded by {:foo=>false, :reason=>"No reason given"};']
80+
expect(guards.disposition).to eq [:pending,
81+
'Test guarded; Guarded by {:foo=>false, :reason=>"No reason given"};']
8182
end
8283

8384
it 'is skipped without provided reason', exclusive: {foo: true} do |example|

0 commit comments

Comments
 (0)