Sha256: 6bbc63e953c71add1602f1e3712342578f0464e2708bd7a60ae2ad59f53d7390
Contents?: true
Size: 335 Bytes
Versions: 11
Compression:
Stored size: 335 Bytes
Contents
require File.dirname(__FILE__) + '/../../../spec_helper' describe Babylon::Base::Stanza do describe "initialize" do before(:each) do @stanza_string = "<presence />" @stanza = Babylon::Base::Stanza.new(@stanza_string) end it "should call parse with the string passed to the builder" end end
Version data entries
11 entries across 11 versions & 2 rubygems