Method: GovukSchemas::AssertMatchers#assert_valid_against_notification_schema
- Defined in:
- lib/govuk_schemas/assert_matchers.rb
permalink #assert_valid_against_notification_schema(payload, schema_name) ⇒ Object
[View source]
17 18 19 |
# File 'lib/govuk_schemas/assert_matchers.rb', line 17 def assert_valid_against_notification_schema(payload, schema_name) assert_valid_against_schema(payload, schema_name, "notification") end |