Re: [rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'

2008-09-24 Thread David Chelimsky
On Wed, Aug 27, 2008 at 9:56 AM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > No, I don't get any output from that, or by using the spec command. > Nothing got overwritten. Joe - trying to get caught up w/ my mail :) Did you ever get this resolved? > > Joe > > On Mon, Aug 25, 2008 at 4:44 PM, Matt W

Re: [rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'

2008-08-27 Thread Joe Van Dyk
No, I don't get any output from that, or by using the spec command. Nothing got overwritten. Joe On Mon, Aug 25, 2008 at 4:44 PM, Matt Wynne <[EMAIL PROTECTED]> wrote: > What happens if you run an individual spec file with ruby from the command > line? > > e.g. >ruby spec/models/blog_post

Re: [rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'

2008-08-25 Thread Matt Wynne
What happens if you run an individual spec file with ruby from the command line? e.g. ruby spec/models/blog_post_spec.rb Do you get any more clues from that? Also bear in mind that script/generate rspec will have overwritten your spec/spec_helper.rb file, where you might have put cu

Re: [rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'

2008-08-25 Thread Joe Van Dyk
Any ideas? On Sat, Aug 23, 2008 at 10:11 AM, Joe Van Dyk <[EMAIL PROTECTED]> 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_t

Re: [rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'

2008-08-24 Thread Pat Parslow
Pat Parslow wrote: *snip* >> > > 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 complain

Re: [rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'

2008-08-23 Thread Pat Parslow
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_mig

[rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'

2008-08-23 Thread Joe Van Dyk
$ 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