search for: downloads_controller_spec

Displaying 1 result from an estimated 1 matches for "downloads_controller_spec".

2012 Mar 22
1
Rspec not loading fixtures
...with *** before it... Can you see anything or give me a clue where to look. So far I am coming up empty... Thanks! Pito Salas **** In spec_helper.rb, which I know is running, I see: Spec::Runner.configure do |config| config.global_fixtures = :all end **** One of the tests in spec/controllers/downloads_controller_spec.rb is below. I know it is running and I know that before the ''describe'', Partner.count == 0, so no fixture. require File.expand_path(File.dirname(__FILE__) + ''/../spec_helper'') describe DownloadsController do integrate_views describe "when PDF is read...