spec/shared/a_domain_class.rb in domain-1.0.0.rc1 vs spec/shared/a_domain_class.rb in domain-1.0.0.rc2

- old
+ new

@@ -1,9 +1,8 @@ shared_examples_for 'a domain class' do it{ should be_a(Class) } - it{ should respond_to(:predicate) } it{ should respond_to(:sub_domains) } it{ should respond_to(:super_domain) } it{ should respond_to(:third_party_extension) } \ No newline at end of file