spec/lib/gitlab_ci_yaml_processor_spec.rb [109:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                         })

      config_processor = described_class.new(config)

      expect(config_processor.builds_for_stage_and_ref("test", "master").size).to eq 1
      expect(config_processor.builds_for_stage_and_ref("test", "master").first).to eq({
        except: nil,
        stage: "test",
        name: :rspec,
        only: nil,
        script: "pwd\nrspec",
        tags: [],
        options: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/gitlab_ci_yaml_processor_spec.rb [135:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                         })

      config_processor = described_class.new(config)

      expect(config_processor.builds_for_stage_and_ref("test", "master").size).to eq 1
      expect(config_processor.builds_for_stage_and_ref("test", "master").first).to eq({
        except: nil,
        stage: "test",
        name: :rspec,
        only: nil,
        script: "pwd\nrspec",
        tags: [],
        options: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



