[rspec-users] Can't run specs after upgrading gems... get 0 tests, 0 assertions...
Paco Guzman
lists at ruby-forum.com
Sun Oct 4 16:15:05 EDT 2009
David Chelimsky wrote:
> On Sun, Oct 4, 2009 at 5:55 AM, Paco Guzman <lists at ruby-forum.com>
> wrote:
>>>
>>
>> I load the rspec libraries in the test.rb file
>> config.gem "rspec", :version => '1.2.8', :lib => 'spec'
>
> Change this to :lib => false. Let us know if that fixes it.
If I change to :lib => false I got the same text in the execution. But
If I uninstall test-unit 2.0.3 like Len said the examples executes
right.
Why the execution of rake spec:model task write "Could not find
Test::Unit 2.0, ignoring" now?
Thanks David and Len
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list