Sha256: e457e8a9cbdece1ac22acd6c0b1562f1fb5907c20bc0ddfb110d34d3be55971c

Contents?: true

Size: 208 Bytes

Versions: 21

Compression:

Stored size: 208 Bytes

Contents

require 'spec_helper'

describe Xommelier::Xml do
end

describe Xommelier::Atom do
  it { should respond_to(:xmlns) }
  it { subject.xmlns.to_s.should == ATOM_XMLNS }
  its(:schema) { should_not be_nil }
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
xommelier-0.1.9 spec/lib/xommelier/xml_spec.rb