Sha256: 3b04f9ba348823f37b3c9fcc3ef8c0a5de23713b580284088385c5fef6001f4c
Contents?: true
Size: 237 Bytes
Versions: 8
Compression:
Stored size: 237 Bytes
Contents
# -*- encoding : utf-8 -*- require 'spec_helper' describe "Exchange::Cachify" do describe "cachify" do subject { :blu } it "should marshal dump" do subject.cachify.should == Marshal.dump(subject) end end end
Version data entries
8 entries across 8 versions & 1 rubygems