marshal_test.rb 179 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 require_relative "test_helper" class MarshalTest < Minitest::Test def test_marshal store_names ["Product A"] assert Marshal.dump(Product.search("*").results) end end