Sha256: 8f0cab16fab2608febb7bd620afd0732c4a09389a66fbcef7c8425e22621aef5
Contents?: true
Size: 329 Bytes
Versions: 8
Compression:
Stored size: 329 Bytes
Contents
require 'spec/spec_helper' describe "freezable xml reference", :shared => true do describe "with :frozen option" do it "should be frozen" do @frozen.frozen?.should be_true end end describe "without :frozen option" do it "should not be frozen" do @unfrozen.frozen?.should be_false end end end
Version data entries
8 entries across 8 versions & 3 rubygems