test/unit/specialty_test.rb in avvo_api-0.1.1 vs test/unit/specialty_test.rb in avvo_api-0.2.0

- old
+ new

@@ -4,11 +4,8 @@ context "AvvoApi::Specialty" do should "belong_to :lawyer" do assert_contains(AvvoApi::Specialty.belongs_to_associations.map(&:attribute), :lawyer) end - should "belong_to :doctor" do - assert_contains(AvvoApi::Specialty.belongs_to_associations.map(&:attribute), :doctor) - end end end