Sha256: 08251192a07c33c351b0475c94c41945c960fbabac1ccebc4c66a4dbad4bb7fd
Contents?: true
Size: 215 Bytes
Versions: 1
Compression:
Stored size: 215 Bytes
Contents
require 'spec_helper' describe Xommelier::Xml do end describe NamespacedModule do subject { NamespacedModule } it { should respond_to(:xmlns) } it { subject.xmlns.to_s.should == 'http://example.org/' } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xommelier-0.0.1 | spec/lib/xommelier/xml_spec.rb |