Sha256: dc1ff148e1ebdc43f5cd84f5d2925b9064d35ff51f8346016241a8f2a83951fe
Contents?: true
Size: 201 Bytes
Versions: 1
Compression:
Stored size: 201 Bytes
Contents
require 'ronin/author' require 'helpers/database' describe Author do it "should have a String representation" do author = Author.new(:name => 'test') author.to_s.should == 'test' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-0.3.0 | spec/author_spec.rb |