-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/jsonapi links #68
Feature/jsonapi links #68
Conversation
# Conflicts: # Source/JSONAPISerializer.swift
Current coverage is 98.21%
@@ feature/JSONAPIRelationships #68 diff @@
==============================================================
Files 6 7 +1
Lines 369 393 +24
Methods 0 0
Messages 0 0
Branches 0 0
==============================================================
+ Hits 362 386 +24
Misses 7 7
Partials 0 0
|
|
||
import Foundation | ||
|
||
public enum JSONAPILink: CustomSerializable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation missing
expect(links["testDog"]).to(equal("hello")) | ||
} | ||
|
||
it("should serialize the relationships links inside multiple relationships") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is now: "it should serialize relationships links" right?
👍 |
c9b167a
to
2b69b70
Compare
Takes care of first two issues on #55
included
resources