Sha256: 81bfbf897d37e387c725558024d281faf7f7aeb59b1a51c6475012e851770137
Contents?: true
Size: 266 Bytes
Versions: 8
Compression:
Stored size: 266 Bytes
Contents
# -*- encoding : utf-8 -*- require 'spec_helper' describe "Exchange::Cachify" do describe "cachify" do subject { { :bla => 'bli', "BLU" => [2,3] } } it "should marshal dump" do subject.cachify.should == Marshal.dump(subject) end end end
Version data entries
8 entries across 8 versions & 1 rubygems