Sha256: c728497c3bcf237a9e04b10d777f5c05792b091f72c33c6ed5ecb64775e46d22
Contents?: true
Size: 326 Bytes
Versions: 17
Compression:
Stored size: 326 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 end end end end
Version data entries
17 entries across 15 versions & 3 rubygems