Skip to content
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

Updated example of extending an existing schema #315

Closed
wants to merge 2 commits into from
Closed

Updated example of extending an existing schema #315

wants to merge 2 commits into from

Conversation

sgravrock
Copy link

The README gives an example of how to validate an extended schema, but it looks like the code is out of date. This fixes it.

@RST-J
Copy link
Contributor

RST-J commented Mar 14, 2016

👍

@@ -15,7 +15,6 @@ end
Rake::TestTask.new do |t|
t.libs << "."
t.warning = true
t.verbose = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please not change unrelated things in this pull request? If you think the test output is too noisy please open a separate pull request for that, where we can discuss the pros and cons

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That change fixes the CI build failure that I ran into the when I first submitted this PR. It looks like the verbose flag isn't supported by jruby or Rubinius.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But isn't it working on master?

@iainbeeston
Copy link
Contributor

Closing this, as I already merged the same change in #335

@iainbeeston iainbeeston closed this Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants