spec/integration/projects_spec.rb in patch_ruby-1.15.1 vs spec/integration/projects_spec.rb in patch_ruby-1.15.2
- old
+ new
@@ -59,8 +59,10 @@
parent_type = project.technology_type.parent_technology_type
expect(parent_type).to be_an_instance_of(Patch::ParentTechnologyType)
expect(parent_type.name).to be_an_instance_of(String)
expect(parent_type.slug).to be_an_instance_of(String)
+
+ expect(project.highlights).to be_an_instance_of(Array)
end
end
end