fixture_path.rb 137 Bytes
module FixturePathHelper
  def (ActionDispatch::Integration::Session).fixture_path
    ActionController::TestCase.fixture_path
  end
end