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
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
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
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
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
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
$ 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