Hi,
I would like to give a try to tconsole, however, I can't run any single test in my project.
I'm running ruby 1.9.3-p125 with rails 3.2.1 on OS X 10.7.3
When I'm trying to run tests, I've got following error:
tconsole> all
/path/to/gems/tconsole-1.1.0/lib/tconsole/console.rb:43:in `[]': invalid index (IndexError)
from /path/to/gems/tconsole-1.1.0/lib/tconsole/console.rb:43:in `read_and_execute'
from //path/to/gems/tconsole-1.1.0/lib/tconsole.rb:93:in `run'
from /path/to/gems/tconsole-1.1.0/bin/tconsole:5:in `<top (required)>'
from //path/to/gems/ruby-1.9.3-p125/bin/tconsole:19:in `load'
from /path/to/gems/ruby-1.9.3-p125/bin/tconsole:19:in `<main>'
Hi, I would like to give a try to tconsole, however, I can't run any single test in my project. I'm running ruby 1.9.3-p125 with rails 3.2.1 on OS X 10.7.3 When I'm trying to run tests, I've got following error: