Run options: include {:line_numbers=>[10, 41, 62]} .............FFFFFF Failures: 1) parsing a test::unit error the error list behaves like an error list with one error Failure/Error: Unable to find matching line from backtrace expected #, @errors=[]> to be a kind of Array Shared Example Group: "an error list with one error" called from spec/integration_spec.rb:80 # spec/integration_spec.rb:20:in `block (3 levels) in ' 2) parsing a test::unit error the error list behaves like an error list with one error length Failure/Error: Unable to find matching line from backtrace NoMethodError: undefined method `length' for # Shared Example Group: "an error list with one error" called from spec/integration_spec.rb:80 # spec/integration_spec.rb:21:in `block (3 levels) in ' 3) parsing a test::unit error the error behaves like an error text Failure/Error: Unable to find matching line from backtrace NoMethodError: undefined method `text' for "text":String Shared Example Group: "an error" called from spec/integration_spec.rb:94 # spec/integration_spec.rb:11:in `block (3 levels) in ' 4) parsing a test::unit error the error behaves like an error filename Failure/Error: Unable to find matching line from backtrace NoMethodError: undefined method `filename' for "filename":String Shared Example Group: "an error" called from spec/integration_spec.rb:94 # spec/integration_spec.rb:12:in `block (3 levels) in ' 5) parsing a test::unit error the error behaves like an error lnum Failure/Error: Unable to find matching line from backtrace NoMethodError: undefined method `lnum' for "lnum":String Shared Example Group: "an error" called from spec/integration_spec.rb:94 # spec/integration_spec.rb:13:in `block (3 levels) in ' 6) parsing a test::unit error the error behaves like an error type Failure/Error: Unable to find matching line from backtrace NoMethodError: undefined method `type' for "type":String Shared Example Group: "an error" called from spec/integration_spec.rb:94 # spec/integration_spec.rb:14:in `block (3 levels) in ' Finished in 0.01105 seconds 19 examples, 6 failures Failed examples: rspec spec/integration_spec.rb:20 # parsing a test::unit error the error list behaves like an error list with one error rspec spec/integration_spec.rb:21 # parsing a test::unit error the error list behaves like an error list with one error length rspec spec/integration_spec.rb:11 # parsing a test::unit error the error behaves like an error text rspec spec/integration_spec.rb:12 # parsing a test::unit error the error behaves like an error filename rspec spec/integration_spec.rb:13 # parsing a test::unit error the error behaves like an error lnum rspec spec/integration_spec.rb:14 # parsing a test::unit error the error behaves like an error type