wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
266 stars 109 forks source link

Adds tests for resource creation #26

Closed kurko closed 8 years ago

kurko commented 9 years ago

Just adds some tests. It's weird because in my app, 400 errors are being routed to onSuccess block. This test proves the lib is working fine.

kurko commented 9 years ago

Actually, I have a problem. Just figured out this new file is not being run. I tried to add it to the Schema, but it doesn't even show up there.

screen shot 2015-07-17 at 9 56 30 pm

Can you help me out with it? I have no idea how to make it run.

wvteijlingen commented 9 years ago

What new file do you mean? I can't find any new file in this branch.