Re: [rspec-users] rspec_on_rails_on_crack not being loaded properly

2009-04-08 Thread David Chelimsky
On Wed, Apr 8, 2009 at 9:22 PM, danielpennypacker wrote: > > So me and the senior dev solved the problem. We tried a number of things, so > I'm not sure if my original question is that relevant, but here's what was > kinda going on... > > -This is my first time integrating lots of plugins from ano

Re: [rspec-users] rspec_on_rails_on_crack not being loaded properly

2009-04-08 Thread danielpennypacker
So me and the senior dev solved the problem. We tried a number of things, so I'm not sure if my original question is that relevant, but here's what was kinda going on... -This is my first time integrating lots of plugins from another app, so I was going in between installing gems as gems and inst

Re: [rspec-users] rspec_on_rails_on_crack not being loaded properly

2009-04-08 Thread danielpennypacker
Oops, sotty about that, I got my version of ruby mixed in there. They're both 1.1.8 I followed the instructions here: http://wiki.github.com/dchelimsky/rspec/rails David Chelimsky-2 wrote: > > On Tue, Apr 7, 2009 at 6:55 PM, danielpennypacker > wrote: >> >> We're using Rails 2.1.1 and rspec/

Re: [rspec-users] rspec_on_rails_on_crack not being loaded properly

2009-04-07 Thread David Chelimsky
On Tue, Apr 7, 2009 at 6:55 PM, danielpennypacker wrote: > > We're using Rails 2.1.1 and rspec/rspec_on_rails 1.8.6. 1.8.6 doesn't really exist. The most recent is 1.2.2 :) > It was working okay > on a different my dev branch, so I'm not sure if different versions are the > problem. > > Thanks s

Re: [rspec-users] rspec_on_rails_on_crack not being loaded properly

2009-04-07 Thread danielpennypacker
We're using Rails 2.1.1 and rspec/rspec_on_rails 1.8.6. It was working okay on a different my dev branch, so I'm not sure if different versions are the problem. Thanks so much for the speedy reply, and I hope knowing my versions helps. My senior dev is gonna help with it tomorrow, so I'll make

Re: [rspec-users] rspec_on_rails_on_crack not being loaded properly

2009-04-07 Thread David Chelimsky
On Tue, Apr 7, 2009 at 5:40 PM, danielpennypacker wrote: > > Here's an intro to what I'm working on... > > - We're adding Beast Forums to our site and we decided to integrate the code > instead of have it run in a separate app. > > - Beast uses rspec, and this was the first time I've been exposed

[rspec-users] rspec_on_rails_on_crack not being loaded properly

2009-04-07 Thread danielpennypacker
Here's an intro to what I'm working on... - We're adding Beast Forums to our site and we decided to integrate the code instead of have it run in a separate app. - Beast uses rspec, and this was the first time I've been exposed to it, we use boring old unit tests. Beast also uses the rspec_on_ra