spec/unit/modules/enum_spec.rb in ably-1.1.1 vs spec/unit/modules/enum_spec.rb in ably-1.1.2

- old
+ new

@@ -51,10 +51,10 @@ it 'allows different type comparison 1' do expect([subject.ValueZero].include?(:value_zero)).to eql(true) end it 'allows different type comparison 2' do - skip 'Unless we monkeypath Symbols, the == operator is never invoked' + skip 'Unless we monkeypatch Symbols, the == operator is never invoked' expect([:value_zero].include?(subject.ValueZero)).to eql(true) end context '#match_any? replacement for include?' do it 'matches any value in the arguments provided' do