cirandas.net

ref: master

features/support/fixture_path.rb


1
2
3
4
5
module FixturePathHelper
  def (ActionDispatch::Integration::Session).fixture_path
    ActionController::TestCase.fixture_path
  end
end