-
Any thoughts on what could be causing this?
```
tconsole> all
Running tests...
/Users/graham/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapt…
-
Hi.
I accidentaly made a typo, and surprisingly, there was no error in tconsole.
```
tconsole> something_that_dont_exists
Running tests...
Finished tests in 0.020467s, 12019.3482 tests/s, 0.0000 ass…
-
I've got tconsole running my tests now, but any of them that use mocha's `stub` method fail with this error:
```
1) Error:
test_0001_should_not_expose_private_attributes(CardPresenter):
NoMethodErr…
-
Hi, I use ruby 1.9.3-p0, rails 3.2, OS X Lion
when i starting tconsole i have this
> bundle exec tconsole
> Welcome to tconsole. Type 'help' for help or 'exit' to quit.
Loading Rails environment...
…
-
Whenever I run a test file, tconsole reports that it tested 0 assertions. In the file I'm describing there are 4 assertions and a setup(). Here is my output:
```
╰─ ♬ tconsole
Welcome to tconsole (…
tubbo updated
12 years ago
-
Hi,
Tconsole now works (ie. I can run tests), however all tests, which depends on database fails, I've got folowing error:
```
ActiveRecord::StatementInvalid: ArgumentError: prepare called on a clo…
-
I'm using [Apotomo](https://github.com/apotonick/apotomo) and [Cells](https://github.com/apotonick/cells) in my application. Those two provide `test:widgets` and `test:cells` rake tasks for running te…
-
Commit a4ef8cac21 broke Ruby 1.8.x support on line 31. Dir.home is new to Ruby 1.9.
Dir.exists? in server.rb is Ruby 1.9 only.
-
Hi,
In my project, I've got custom folder, with Helper tests (under test/helpers/ path). It would be nice, if I could run
```
tconsole>helpers
```
command to test them.
-
It looks like I'm having an issue with tconsole and MiniTest. Rails 3.2.0. Ruby 1.9.2-p290. Using tconsole from the master branch.
```
tconsole> units
Running tests...
/Users/xxx/.rvm/gems/ruby-1.9.…