Sha256: 873e465762112ca3480028792776bf8d7fe6347faf7935b3586701a5d201584d
Contents?: true
Size: 479 Bytes
Versions: 17
Compression:
Stored size: 479 Bytes
Contents
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 if defined?(ActiveStorage::FixtureSet) ActiveStorage::FixtureSet.file_fixture_path = RSpec.configuration.file_fixture_path end end end end end
Version data entries
17 entries across 16 versions & 4 rubygems