spec/link_spec.rb in caren-api-0.2.0 vs spec/link_spec.rb in caren-api-0.3.0
- old
+ new
@@ -32,9 +32,10 @@
end
it "should be find all links using the API" do
links = Caren::Link.all
links.should have(3).things
+ links.first.id.should == 1
links.first.status.should == "confirmed"
links.first.external_id.should == "1"
links.first.person_name.should == "Andre Foeken"
links.first.person_id.should == 3
end
\ No newline at end of file