Sha256: ca412ffaaa7a21f78c446e6d1edffc52594f33b7b43c3b887bf8e8a0b4e03954
Contents?: true
Size: 390 Bytes
Versions: 29
Compression:
Stored size: 390 Bytes
Contents
if ::Rails::VERSION::STRING > '5' require 'active_support/testing/file_fixtures' module RSpec module Rails # @private module FileFixtureSupport extend ActiveSupport::Concern include ActiveSupport::Testing::FileFixtures included do self.file_fixture_path = RSpec.configuration.file_fixture_path end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems