[rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'
Pat Parslow
lists at ruby-forum.com
Sat Aug 23 20:01:27 EDT 2008
Joe Van Dyk wrote:
> $ rake spec --trace
> (in /Users/joe/projects/tanga)
> ** Invoke spec (first_time)
> ** Invoke db:test:prepare (first_time)
> ** Invoke db:abort_if_pending_migrations (first_time)
> ** Invoke environment (first_time)
> ** Execute environment
> ** Execute db:abort_if_pending_migrations
> ** Execute db:test:prepare
> ** Invoke db:test:clone_structure (first_time)
> ** Invoke db:structure:dump (first_time)
> ** Invoke environment
> ** Execute db:structure:dump
> ** Invoke db:test:purge (first_time)
> ** Invoke environment
> ** Execute db:test:purge
> ** Execute db:test:clone_structure
> ** Execute spec
>
> $
>
>
> Running "script/spec /path/to/spec" also doesn't give output.
>
I am getting the same problem on XP with a fresh install (ruby 1.8.6
patch 111 - not so fresh, I admit) Rails 2.1 rspec 1.1.4
I think the problem may be something to do with not being able to check
out the rspec 1.4.1 after cloning the git. It complains that:
error: You have local changes to
'examples/stories/game-of-life/behaviour/storie
s/CellsWithMoreThanThreeNeighboursDie.story'; cannot switch branches.
which is rich as I just downloaded it and haven't changed anything :-)
> Any ideas? I ran "script/generate rspec" and let it overwrite
> everything.
Ditto...
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list