Sha256: 06db3977a92ffdbd94bbbb8536367054df329fb80a61df7d232629c3a609d453
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) include Fathom describe Definition do it "should initialize a for accessor" do Definition.should have_an_initialization_accessor_for(:for) end it "should initialize a given accessor" do Definition.should have_an_initialization_accessor_for(:given) end it "should initialize a table accessor" do Definition.should have_an_initialization_accessor_for(:table) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fathom-0.5.0 | spec/fathom/data/definition_spec.rb |