Sha256: 095c2dc16bc39d23f3221702cd9004ef5a0e79a8c581c9438f49f647ae4f8f3c

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

shared_examples_for 'a domain class' do

  it{ should be_a(Class)  }

  it{ should respond_to(:sub_domains) }
  it{ should respond_to(:super_domain) }

  it{ should respond_to(:third_party_extension) }

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
domain-1.0.0.rc2 spec/shared/a_domain_class.rb