Fixtures problem with Rails plugin

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

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

Thanks

JJ

On Wed, Dec 30, 2009 at 10:30 AM, John j. Cuckler [email protected]
wrote:

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?