On Fri, Jan 16, 2009 at 2:38 PM, Fernando Perez <[email protected]> wrote: > > A quick fix is to install rspec and rspec-rails gems on production > server, but I don't get why the app wants them installed.
Because every Rake file in /lib gets loaded when you run Rake. That's your dependency problem; not the app itself. -- Have Fun, Steve Eley ([email protected]) ESCAPE POD - The Science Fiction Podcast Magazine http://www.escapepod.org _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
