Sha256: d459b330f2c38378ccf108c63e65b257da94c507dd1f0cdf615a7464dc5b2951
Contents?: true
Size: 231 Bytes
Versions: 8
Compression:
Stored size: 231 Bytes
Contents
module Autotest::Fixtures Autotest.add_hook :initialize do |at| at.test_mappings['^test/fixtures/(.*)s.yml'] = proc { |filename, matches| at.files_matching(/test\/\w+\/#{matches[1]}(_\w+)?.*_test.rb$/) } end end
Version data entries
8 entries across 8 versions & 1 rubygems