On Wed, Dec 30, 2009 at 10:30 AM, John j. Cuckler <cars...@yahoo.com> wrote:

> Hi, I just wrote some specs for a rails plugin, I'm using some
> fixtures and rake:spec:plugins works fine as long as there is only
> this plugin loaded in the application, but if I add another one it
> doesn't load fixtures. Apart from that, everything is working.
>
> I added this in my plugin spec file to make it look for fixtures in
> the right place:
>
> Spec::Runner.configure do |config|
>  config.fixture_path = File.dirname(__FILE__) + '/fixtures'
> end
>

Where is this declared, relative to RAILS_ROOT?


> Everything is up to date, both rails and rspec gems.
> Any idea?
>

Do the other plugins use rspec too? And fixtures?


> Thanks
>
> JJ
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to