On Wed, Dec 30, 2009 at 10:30 AM, John j. Cuckler <carsupb at 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 at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://rubyforge.org/pipermail/rspec-users/attachments/20100106/5ab74fcb/attachment.html>