Sha256: e0a653a1f51a1f48361d32d872ae653bf22c19ecbe29e9c6132bb580c63fae4e

Contents?: true

Size: 353 Bytes

Versions: 8

Compression:

Stored size: 353 Bytes

Contents

require File.dirname(__FILE__) + '/spec_helper.rb'

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

Version Path
Empact-roxml-2.5.1 spec/shared_specs.rb
Empact-roxml-2.5.2 spec/shared_specs.rb
Empact-roxml-2.5.3 spec/shared_specs.rb
doxo-roxml-2.5.3 spec/shared_specs.rb
roxml-2.5.0 spec/shared_specs.rb
roxml-2.5.1 spec/shared_specs.rb
roxml-2.5.2 spec/shared_specs.rb
roxml-2.5.3 spec/shared_specs.rb