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 e98cc84 commit 5c3d526Copy full SHA for 5c3d526
rb/spec/unit/selenium/webdriver/guard_spec.rb
@@ -77,7 +77,8 @@ module Support
77
guards = described_class.new(example)
78
guards.add_condition(:foo, false)
79
80
- expect(guards.disposition).to eq [:pending, 'Test guarded; Guarded by {:foo=>false, :reason=>"No reason given"};']
+ expect(guards.disposition).to eq [:pending,
81
+ 'Test guarded; Guarded by {:foo=>false, :reason=>"No reason given"};']
82
end
83
84
it 'is skipped without provided reason', exclusive: {foo: true} do |example|
0 commit comments