Re: [rspec-users] story runner not running on build machine

2008-08-28 Thread Zach Dennis
On Thu, Aug 28, 2008 at 3:39 AM, aa aa <[EMAIL PROTECTED]> wrote: > Ben Mabey wrote: >> aa aa wrote: >>> >>> what is going on here?! >>> It doesn't seem to be loading the plugin does it? >>> >> Please post a runner file, your spec helper, and a steps file. >> >> -Ben > > odd, i changed the line in

Re: [rspec-users] story runner not running on build machine

2008-08-28 Thread aa aa
Ben Mabey wrote: > aa aa wrote: >> >> what is going on here?! >> It doesn't seem to be loading the plugin does it? >> > Please post a runner file, your spec helper, and a steps file. > > -Ben odd, i changed the line in the all.rb from >Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file

Re: [rspec-users] story runner not running on build machine

2008-08-27 Thread Ben Mabey
aa aa wrote: > Hi, have my stories running fine here on my dev machine but they blow up > on the build machine. Rspec and Rspec-rails are installed as plugins > > When i attempt to run > >> ruby stories/all.rb >> > on the dev server i get this error > stories/steps/fields_steps.rb:1: undefi

Re: [rspec-users] story runner not running on build machine

2008-08-27 Thread aa aa
David Chelimsky wrote: > On Wed, Aug 27, 2008 at 4:42 AM, aa aa <[EMAIL PROTECTED]> wrote: >> It doesn't seem to be loading the plugin does it? > Are you using git for your project? No, we are using subversion and i used the script/install command which strips out the git dirs anyway doesn't it?

Re: [rspec-users] story runner not running on build machine

2008-08-27 Thread aa aa
aa aa wrote: > No, we are using subversion and i used the script/install command which of course, i meant > script/plugin install whoops -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforg

Re: [rspec-users] story runner not running on build machine

2008-08-27 Thread David Chelimsky
On Wed, Aug 27, 2008 at 4:42 AM, aa aa <[EMAIL PROTECTED]> wrote: > Hi, have my stories running fine here on my dev machine but they blow up > on the build machine. Rspec and Rspec-rails are installed as plugins > > When i attempt to run >> ruby stories/all.rb > on the dev server i get this error >