nidi3 / raml-tester

Test if a request/response matches a given raml definition
Apache License 2.0
71 stars 14 forks source link

Schema inclusions not working? #68

Closed KenLomax closed 8 years ago

KenLomax commented 8 years ago

HI The attached raml and test will fail if I do not have the two (empty) files, named precisely “tip” and “tips” (with no extension) alongside the api.raml

What I would expect, is that I can have the following in my api.raml entry:

schemas:

and the two files tip.json and tips.json in the schemas folder, which lives alongside api.raml

Thanks

Archive.zip

nidi3 commented 8 years ago

What's the error message? stack trace?

KenLomax commented 8 years ago

Closed, reopened and refreshed my eclipse project, and the problem is no longer there, so cannot send stack trace(!) I think it must have been a classpath issue - sorry for bothering you with it. If it comes back, I'll report with the trace and error.