Skip to content

Instantly share code, notes, and snippets.

@bkabrda
Created May 4, 2012 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkabrda/2592678 to your computer and use it in GitHub Desktop.
Save bkabrda/2592678 to your computer and use it in GitHub Desktop.
pry test errors
Ruby v1.9.3 (ruby), Pry v0.9.9.4, method_source v0.7.1, CodeRay v1.0.6, Slop v3.1.1
..........................................F...........FFF.......F.FF.F.................................F.......FFFFFFFFFFFF..FF.....FF.................FF.................FFFF.FF.F.F.F....FFFFFF.F.FFFFFF...............................................F....................................................................................................................F............................................................................................................................E................................................................................................................................................................................................
Bacon::Error: 0.==(10) failed
test/test_default_commands/test_introspection.rb:33:in `block (4 levels) in <top (required)>': with FILE - should use the line number from -l
test/test_default_commands/test_introspection.rb:31:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:18:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:5:in `block in <top (required)>'
test/test_default_commands/test_introspection.rb:3:in `<top (required)>'
Bacon::Error: "a".==("b") failed
test/test_default_commands/test_introspection.rb:171:in `block (4 levels) in <top (required)>': with --ex NUM - should start editor on second level of backtrace when --ex 1 used
test/test_default_commands/test_introspection.rb:167:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:142:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:5:in `block in <top (required)>'
test/test_default_commands/test_introspection.rb:3:in `<top (required)>'
Bacon::Error: "a".==("c") failed
test/test_default_commands/test_introspection.rb:179:in `block (4 levels) in <top (required)>': with --ex NUM - should start editor on third level of backtrace when --ex 2 used
test/test_default_commands/test_introspection.rb:175:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:142:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:5:in `block in <top (required)>'
test/test_default_commands/test_introspection.rb:3:in `<top (required)>'
Bacon::Error: "Error: Only one of --ex, --temp, --in and FILE may be specified.\n".=~(/Exception has no associated file/) failed
test/test_default_commands/test_introspection.rb:187:in `block (4 levels) in <top (required)>': with --ex NUM - should display error message when backtrace level is out of bounds (using --ex 4)
test/test_default_commands/test_introspection.rb:183:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:142:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:5:in `block in <top (required)>'
test/test_default_commands/test_introspection.rb:3:in `<top (required)>'
Bacon::Error: nil.==("10\n") failed
test/test_default_commands/test_introspection.rb:236:in `block (4 levels) in <top (required)>': with --in - should edit the nth line of _in_
test/test_default_commands/test_introspection.rb:234:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:233:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:5:in `block in <top (required)>'
test/test_default_commands/test_introspection.rb:3:in `<top (required)>'
Bacon::Error: nil.==("10\n11\n") failed
test/test_default_commands/test_introspection.rb:246:in `block (4 levels) in <top (required)>': with --in - should edit a range of lines if a range is given
test/test_default_commands/test_introspection.rb:244:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:233:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:5:in `block in <top (required)>'
test/test_default_commands/test_introspection.rb:3:in `<top (required)>'
Bacon::Error: nil.==("class Fixnum\n def invert; -self; end\nend\n") failed
test/test_default_commands/test_introspection.rb:251:in `block (4 levels) in <top (required)>': with --in - should edit a multi-line expression as it occupies one line of _in_
test/test_default_commands/test_introspection.rb:249:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:233:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:5:in `block in <top (required)>'
test/test_default_commands/test_introspection.rb:3:in `<top (required)>'
Bacon::Error: "Error: Only one of --ex, --temp, --in and FILE may be specified.\n\n".=~(/Not a valid range: three/) failed
test/test_default_commands/test_introspection.rb:259:in `block (4 levels) in <top (required)>': with --in - should not work with nonsense
test/test_default_commands/test_introspection.rb:258:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:233:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_introspection.rb:5:in `block in <top (required)>'
test/test_default_commands/test_introspection.rb:3:in `<top (required)>'
Bacon::Error: "NameError: uninitialized constant Run\nfrom /home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/test/helper.rb:113:in `mock_pry'\n\n".=~(/RuntimeError/) failed
test/test_default_commands/test_ls.rb:96:in `block (3 levels) in <top (required)>': grep - should still output matching things
test/test_default_commands/test_ls.rb:95:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_ls.rb:90:in `block in <top (required)>'
test/test_default_commands/test_ls.rb:2:in `<top (required)>'
Bacon::Error: "".==(":horse_nostrils\n") failed
test/test_default_commands/test_shell.rb:37:in `block (4 levels) in <top (required)>': -i - should save input expressions to a file (single expression)
test/test_default_commands/test_shell.rb:31:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:30:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==(":horse_nostrils\n:sucking_up_all_the_oxygen\n") failed
test/test_default_commands/test_shell.rb:47:in `block (4 levels) in <top (required)>': -i - should save input expressions to a file (range)
test/test_default_commands/test_shell.rb:40:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:30:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==("def @o.baby\n :baby\nend\n") failed
test/test_default_commands/test_shell.rb:68:in `block (5 levels) in <top (required)>': single method - should save a method to a file
test/test_default_commands/test_shell.rb:63:in `block (4 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:62:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:51:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==(" :baby\nend\n") failed
test/test_default_commands/test_shell.rb:78:in `block (5 levels) in <top (required)>': single method - should save a method to a file truncated by --lines
test/test_default_commands/test_shell.rb:71:in `block (4 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:62:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:51:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==("def @o.baby\n :baby\nend\ndef @o.bang\n :bang\nend\n") failed
test/test_default_commands/test_shell.rb:89:in `block (5 levels) in <top (required)>': multiple method - should save multiple methods to a file
test/test_default_commands/test_shell.rb:83:in `block (4 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:82:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:51:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==(" :baby\nend\ndef @o.bang\n :bang\n") failed
test/test_default_commands/test_shell.rb:100:in `block (5 levels) in <top (required)>': multiple method - should save multiple methods to a file trucated by --lines
test/test_default_commands/test_shell.rb:92:in `block (4 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:82:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:51:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==("def @o.baby\n") failed
test/test_default_commands/test_shell.rb:111:in `block (5 levels) in <top (required)>': multiple method - should save multiple methods to a file trucated by --lines 1 (single parameter, not range)
test/test_default_commands/test_shell.rb:103:in `block (4 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:82:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:51:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==(":sucking_up_all_the_oxygen\n") failed
test/test_default_commands/test_shell.rb:132:in `block (4 levels) in <top (required)>': overwrite by default (no --append) - should overwrite specified file with new input
test/test_default_commands/test_shell.rb:119:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:118:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==(":horse_nostrils\n:sucking_up_all_the_oxygen\n") failed
test/test_default_commands/test_shell.rb:151:in `block (4 levels) in <top (required)>': --append - should append to end of specified file
test/test_default_commands/test_shell.rb:138:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:137:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==("c = block_command match, desc, options do |*args|\n run action, *args\nend\n") failed
test/test_default_commands/test_shell.rb:162:in `block (4 levels) in <top (required)>': -c - should save a command to a file
test/test_default_commands/test_shell.rb:156:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:155:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==(":horse_nostrils\ndef @o.baby\n :baby\nend\n") failed
test/test_default_commands/test_shell.rb:180:in `block (4 levels) in <top (required)>': combined options - should save input cache and a method to a file (in that order)
test/test_default_commands/test_shell.rb:174:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:166:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "".==("def @o.baby\n :baby\n") failed
test/test_default_commands/test_shell.rb:189:in `block (4 levels) in <top (required)>': combined options - should select a portion to save using --lines
test/test_default_commands/test_shell.rb:183:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:166:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:4:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: not "=> 10\n=> 20\n1:\n 10\n2:\n 20\n\n".=~(/^\d+:/) failed
test/test_default_commands/test_shell.rb:215:in `block (4 levels) in <top (required)>': with --in 1 - should display the first expression with no index
test/test_default_commands/test_shell.rb:213:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:212:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:194:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: not "=> 10\n=> 20\n1:\n 10\n2:\n 20\n\n".=~(/^\d+:/) failed
test/test_default_commands/test_shell.rb:223:in `block (4 levels) in <top (required)>': with --in -1 - should display the last expression with no index
test/test_default_commands/test_shell.rb:221:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:220:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:194:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "Error: The given backtrace level is out of bounds.\n".=~(/bt number 2/) failed
test/test_default_commands/test_shell.rb:288:in `block (4 levels) in <top (required)>': with --ex N - should cat second level of backtrace when --ex 1 used
test/test_default_commands/test_shell.rb:278:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:251:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:194:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "Error: The given backtrace level is out of bounds.\n".=~(/bt number 3/) failed
test/test_default_commands/test_shell.rb:301:in `block (4 levels) in <top (required)>': with --ex N - should cat third level of backtrace when --ex 2 used
test/test_default_commands/test_shell.rb:291:in `block (3 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:251:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_shell.rb:194:in `block in <top (required)>'
test/test_default_commands/test_shell.rb:3:in `<top (required)>'
Bacon::Error: "\nFrom: test/test_default_commands/test_show_source.rb @ line 140:\nNumber of lines: 3\nOwner: #<Class:#<Foo:0x000000020a18b8>>\nVisibility: public\n\ndef o.foo(*bars)\n :wibble\nend\n\n".=~(/:super_wibble/) failed
test/test_default_commands/test_show_source.rb:144:in `block (2 levels) in <top (required)>': show-source - should find super methods
test/test_default_commands/test_show_source.rb:132:in `block in <top (required)>'
test/test_default_commands/test_show_source.rb:4:in `<top (required)>'
Bacon::Error: "\nFrom: test/test_default_commands/test_show_source.rb @ line 149:\nNumber of lines: 1\nOwner: #<Class:#<Object:0x000000022a5060>>\nVisibility: public\n\ndef o.foo(*bars); end\n\n".=~(/'self.foo' has no super method/) failed
test/test_default_commands/test_show_source.rb:151:in `block (2 levels) in <top (required)>': show-source - should not raise an exception when a non-extant super method is requested
test/test_default_commands/test_show_source.rb:147:in `block in <top (required)>'
test/test_default_commands/test_show_source.rb:4:in `<top (required)>'
Bacon::Error: "NoMethodError: undefined method `start_with?' for nil:NilClass\nfrom /usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item'\n\n".=~(/\A\d+: def hello\n\d+: puts :blah/) failed
test/test_default_commands/test_input.rb:11:in `block (3 levels) in <top (required)>': amend-line - should correctly amend the last line of input when no line number specified
test/test_default_commands/test_input.rb:6:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:5:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "NoMethodError: undefined method `start_with?' for nil:NilClass\nfrom /usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item'\n\n".=~(/\A\d+: def goodbye\n\d+: puts :bing\n\d+: puts :bang/) failed
test/test_default_commands/test_input.rb:19:in `block (3 levels) in <top (required)>': amend-line - should correctly amend the specified line of input when line number given
test/test_default_commands/test_input.rb:14:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:5:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "NoMethodError: undefined method `start_with?' for nil:NilClass\nfrom /usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item'\n\n".=~(/\A\d+: def goodbye\n\d+: puts :bing\n\d+: puts :bang/) failed
test/test_default_commands/test_input.rb:27:in `block (3 levels) in <top (required)>': amend-line - should correctly amend the specified line of input when line number given, 0 should behave as 1
test/test_default_commands/test_input.rb:22:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:5:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "NoMethodError: undefined method `start_with?' for nil:NilClass\nfrom /usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item'\n\n".=~(/\A\d+: def hello\n\d+: puts :bing\n\d+: puts :bink/) failed
test/test_default_commands/test_input.rb:35:in `block (3 levels) in <top (required)>': amend-line - should correctly amend the specified line of input when line number given (negative number)
test/test_default_commands/test_input.rb:30:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:5:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "NoMethodError: undefined method `start_with?' for nil:NilClass\nfrom /usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item'\n\n".=~(/\A\d+: def hello\n\d+: puts :bing\n\d+: puts \"\#\{goodbye\}\"/) failed
test/test_default_commands/test_input.rb:58:in `block (3 levels) in <top (required)>': amend-line - should correctly amend the specified line with string interpolated text
test/test_default_commands/test_input.rb:52:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:5:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "NoMethodError: undefined method `start_with?' for nil:NilClass\nfrom /usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item'\n".=~(/No input to amend/) failed
test/test_default_commands/test_input.rb:66:in `block (3 levels) in <top (required)>': amend-line - should display error if nothing to amend
test/test_default_commands/test_input.rb:61:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:5:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "NoMethodError: undefined method `start_with?' for nil:NilClass\nfrom /usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item'\n\n".=~(/\d+: def hello\n\d+: puts :bing\n\d+: puts :boast\n\d+: puts :heart/) failed
test/test_default_commands/test_input.rb:84:in `block (3 levels) in <top (required)>': amend-line - should correctly delete a specific line using the ! for content
test/test_default_commands/test_input.rb:78:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:5:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "NoMethodError: undefined method `start_with?' for nil:NilClass\nfrom /usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item'\n\n".=~(/\d+: def hello\n\d+: puts :bing\n\d+: puts :bang\n\d+: puts :boast\n\Z/) failed
test/test_default_commands/test_input.rb:102:in `block (3 levels) in <top (required)>': amend-line - should correctly delete the previous line using the ! for content
test/test_default_commands/test_input.rb:96:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:5:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "NoMethodError: undefined method `start_with?' for nil:NilClass\nfrom /usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item'\n\n".=~(/\d+: def hello\n\d+: puts :inserted\n\d+: puts :bing\n\d+: puts :bang/) failed
test/test_default_commands/test_input.rb:118:in `block (3 levels) in <top (required)>': amend-line - should correctly insert a new line of input before a specified line using the > syntax
test/test_default_commands/test_input.rb:113:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:5:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "=> \"love\"\n".=~(/hello/) failed
test/test_default_commands/test_input.rb:168:in `block (3 levels) in <top (required)>': play - should play a string variable (with no args) using --lines to select what to play
test/test_default_commands/test_input.rb:162:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:152:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: nil.==(10) failed
test/test_default_commands/test_input.rb:186:in `block (3 levels) in <top (required)>': play - should play documentation with the -d switch
test/test_default_commands/test_input.rb:173:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:152:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: nil.==(10) failed
test/test_default_commands/test_input.rb:207:in `block (3 levels) in <top (required)>': play - should play documentation with the -d switch (restricted by --lines)
test/test_default_commands/test_input.rb:190:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:152:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "Error: No method name given, and context is not a method. Type `play --help` for help.\n".=~(/:test_method_content/) failed
test/test_default_commands/test_input.rb:222:in `block (3 levels) in <top (required)>': play - should play a method with the -m switch (a single line)
test/test_default_commands/test_input.rb:212:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:152:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "Error: No method name given, and context is not a method. Type `play --help` for help.\n1: def another_test_method\n".=~(/:test_method_content/) failed
test/test_default_commands/test_input.rb:235:in `block (3 levels) in <top (required)>': play - should APPEND to the input buffer when playing a line with play -m, not replace it
test/test_default_commands/test_input.rb:225:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:152:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: nil.==(20) failed
test/test_default_commands/test_input.rb:254:in `block (3 levels) in <top (required)>': play - should play a method with the -m switch (multiple line)
test/test_default_commands/test_input.rb:239:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:152:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: 10.==(nil) failed
test/test_default_commands/test_input.rb:287:in `block (3 levels) in <top (required)>': hist - should replay history correctly (single item)
test/test_default_commands/test_input.rb:278:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:262:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "1: abby\n2: box\n3: button\n4: pepper\n5: orange\n6: grape\n7: def blah 1\n8: def boink 2\n9: place holder\n".=~(/\d:.*?box\n\d:.*?button\n\d:.*?orange/) failed
test/test_default_commands/test_input.rb:319:in `block (3 levels) in <top (required)>': hist - should grep for correct lines in history
test/test_default_commands/test_input.rb:304:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:262:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: 10.==(3) failed
test/test_default_commands/test_input.rb:346:in `block (3 levels) in <top (required)>': hist - should return last N lines in history with --tail switch
test/test_default_commands/test_input.rb:336:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:262:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: 5.==(2) failed
test/test_default_commands/test_input.rb:362:in `block (3 levels) in <top (required)>': hist - should apply --tail after --grep
test/test_default_commands/test_input.rb:350:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:262:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: 5.==(2) failed
test/test_default_commands/test_input.rb:378:in `block (3 levels) in <top (required)>': hist - should apply --head after --grep
test/test_default_commands/test_input.rb:366:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:262:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: 10.==(4) failed
test/test_default_commands/test_input.rb:394:in `block (3 levels) in <top (required)>': hist - should return first N lines in history with --head switch
test/test_default_commands/test_input.rb:384:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:262:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: 26.==(4) failed
test/test_default_commands/test_input.rb:410:in `block (3 levels) in <top (required)>': hist - should show lines between lines A and B with the --show switch
test/test_default_commands/test_input.rb:400:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_input.rb:262:in `block in <top (required)>'
test/test_default_commands/test_input.rb:3:in `<top (required)>'
Bacon::Error: "\nFrom: test/test_default_commands/test_documentation.rb @ line 59:\nNumber of lines: 1\nOwner: #<Class:#<#<Class:0x000000026f86d0>:0x000000026f8568>>\nVisibility: public\nSignature: initialize()\n\ninstancey initialize!\n\n".=~(/grungy initialize/) failed
test/test_default_commands/test_documentation.rb:62:in `block (3 levels) in <top (required)>': show-doc - should be able to find super methods
test/test_default_commands/test_documentation.rb:44:in `block (2 levels) in <top (required)>'
test/test_default_commands/test_documentation.rb:5:in `block in <top (required)>'
test/test_default_commands/test_documentation.rb:4:in `<top (required)>'
Bacon::Error: ["4", "four"].==(["four"]) failed
test/test_command.rb:220:in `process': classy api - should provide opts and args as provided by slop
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/lib/pry/command.rb:462:in `call'
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/lib/pry/command.rb:383:in `call_with_hooks'
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/lib/pry/command.rb:361:in `call_safely'
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/test/helper.rb:127:in `mock_command'
test/test_command.rb:225:in `block (3 levels) in <top (required)>'
test/test_command.rb:213:in `block (2 levels) in <top (required)>'
test/test_command.rb:171:in `block in <top (required)>'
test/test_command.rb:3:in `<top (required)>'
NoMethodError: undefined method `start_with?' for nil:NilClass
/usr/share/gems/gems/slop-3.1.1/lib/slop.rb:418:in `process_item': Pry#run_command - should run a command that modifies the passed in eval_string
/usr/share/gems/gems/slop-3.1.1/lib/slop.rb:387:in `block in parse_items'
/usr/share/gems/gems/slop-3.1.1/lib/slop.rb:384:in `each'
/usr/share/gems/gems/slop-3.1.1/lib/slop.rb:384:in `each_with_index'
/usr/share/gems/gems/slop-3.1.1/lib/slop.rb:384:in `parse_items'
/usr/share/gems/gems/slop-3.1.1/lib/slop.rb:202:in `parse!'
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/lib/pry/command.rb:456:in `call'
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/lib/pry/command.rb:383:in `call_with_hooks'
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/lib/pry/command.rb:361:in `call_safely'
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/lib/pry/command.rb:308:in `process_line'
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/lib/pry/command_set.rb:345:in `process_line'
/home/bkabrda/rpmbuild/BUILD/rubygem-pry-0.9.9.4/usr/share/gems/gems/pry-0.9.9.4/lib/pry/pry_instance.rb:432:in `run_command'
test/test_command_integration.rb:674:in `block (2 levels) in <top (required)>'
test/test_command_integration.rb:670:in `block in <top (required)>'
test/test_command_integration.rb:662:in `<top (required)>'
684 tests, 954 assertions, 51 failures, 1 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment