Sha256: d4bf66cbbeedbcadd2390db560a0716d3736fec006b3b39fdf8bd5e7d47eda9d

Contents?: true

Size: 203 Bytes

Versions: 14

Compression:

Stored size: 203 Bytes

Contents

require_relative "test_helper"

class MarshalTest < Minitest::Test
  def test_marshal
    store_names ["Product A"]
    assert Marshal.dump(Product.search("*", load: {dumpable: true}).results)
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
searchkick-2.5.0 test/marshal_test.rb
searchkick-hooopo-2.4.1 test/marshal_test.rb
searchkick-hooopo-2.4.0 test/marshal_test.rb
searchkick-2.4.0 test/marshal_test.rb
searchkick-hooopo-2.3.5 test/marshal_test.rb
searchkick-2.3.2 test/marshal_test.rb
searchkick-hooopo-2.3.4 test/marshal_test.rb
searchkick-2.3.1 test/marshal_test.rb
searchkick-hooopo-2.3.3 test/marshal_test.rb
searchkick-hooopo-2.3.2 test/marshal_test.rb
searchkick-hooopo-2.3.1 test/marshal_test.rb
searchkick-hooopo-2.3.0 test/marshal_test.rb
searchkick-2.3.0 test/marshal_test.rb
searchkick-2.2.1 test/marshal_test.rb