spec/cc/engine/rubocop_spec.rb [13:23]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          def method
            unused = "x"

            return false
          end
        EORUBY

        output = run_engine

        expect(includes_check?(output, "Lint/UselessAssignment")).to be true
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/cc/engine/rubocop_spec.rb [117:126]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          def method
            unused = "x"

            return false
          end
        EORUBY
        output = run_engine

        expect(includes_check?(output, "Lint/UselessAssignment")).to be true
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



