spec/support/endpoints/root.rb in siren_client-0.2.1 vs spec/support/endpoints/root.rb in siren_client-0.3.0
- old
+ new
@@ -14,10 +14,15 @@
{
"rel": ["collection", "concepts"],
"href":"#{@@url}/concepts",
"title": "Concepts"
},
+ {
+ "rel": ["collection", "concepts with spaces"],
+ "href":"#{@@url}/concepts",
+ "title": "Concepts"
+ },
{ "rel": ["messages", "collection"],
"href": "#{@@url}/messages",
"title":"Messages"
}
],
@@ -68,9 +73,10 @@
"title":"Keyword search on concept text",
"type":"text"
}
]
},
+ { "name": "filter concepts post with spaces" },
{
"name":"filter-messages",
"method":"GET",
"href":"#{@@url}/messages",
"title":"Get an optionally filtered list of Messages",