spec/core/filtering/hash_against_schema_validator_spec.rb [166:178]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      let(:config_schema) {
        {
          :fields => [
            {
              :name => 'level_one',
              :type => Hash,
              :fields => [
                {
                  :name => 'level_two',
                  :type => Hash,
                  :fields => [
                    {
                      :name => 'level_three',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/core/filtering/hash_against_schema_validator_spec.rb [484:496]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        let(:config_schema) {
          {
          :fields => [
            {
              :name => 'level_one',
              :type => Hash,
              :fields => [
                {
                  :name => 'level_two',
                  :type => Hash,
                  :fields => [
                    {
                      :name => 'level_three',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



