Hi There,
obviously json_spec isn't fully compatible with rspec 3 at the moment. So using it is really painfull because there are a lot of legacy warnings like this one:
JsonSpec::Matchers::HaveJsonSize implements a legacy RSpec matcher
protocol. For the current protocol you should expose the failure messages
via the `failure_message` and `failure_message_when_negated` methods.
Is there any chance to suppress these while waiting for a fully compatible version of json_spec?