fixture_path.rb 137 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 module FixturePathHelper def (ActionDispatch::Integration::Session).fixture_path ActionController::TestCase.fixture_path end end