Sha256: 495c7baf68cd865cc09ff7f40be52a3df424614cdaf9e436d0e72b0c3536217e

Contents?: true

Size: 157 Bytes

Versions: 56

Compression:

Stored size: 157 Bytes

Contents

RSpec::Matchers.define :eq_bytes do |expected|
  match do |actual|
    expected.force_encoding("ASCII-8BIT") == actual.force_encoding("ASCII-8BIT")
  end
end

Version data entries

56 entries across 56 versions & 5 rubygems

Version Path
stellar-base-0.22.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.21.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.20.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.19.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.18.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.17.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.16.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.15.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.14.0 spec/support/matchers/eq_bytes.rb
stellar-sdk-0.3.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.13.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.12.0 spec/support/matchers/eq_bytes.rb
stellar-sdk-0.2.0 spec/support/matchers/eq_bytes.rb
stellar-sdk-0.1.1 spec/support/matchers/eq_bytes.rb
stellar-sdk-0.1.0 spec/support/matchers/eq_bytes.rb
stellar-base-0.11.0 spec/support/matchers/eq_bytes.rb
auction-ruby-base-0.1.3 spec/support/matchers/eq_bytes.rb
auction-ruby-base-0.1.2 spec/support/matchers/eq_bytes.rb
auction-ruby-base-0.1.1 spec/support/matchers/eq_bytes.rb
stellar-base-0.10.0 spec/support/matchers/eq_bytes.rb