spec/core/filtering/hash_against_schema_validator_spec.rb [86:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          }

          let(:advanced_snippet) {
            {
              :field_one => 'value one',
              :field_two => 'value two'
            }
          }

          it_behaves_like 'hash is invalid'
        end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/core/filtering/hash_against_schema_validator_spec.rb [101:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          }

          let(:advanced_snippet) {
            {
              :field_one => 'value one',
              :field_two => 'value two'
            }
          }

          it_behaves_like 'hash is invalid'
        end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



