Sha256: be3aeac72fffb32d9577d91120613ea22e9654e2ae041586ceadc7aaef2d2e3d
Contents?: true
Size: 353 Bytes
Versions: 78
Compression:
Stored size: 353 Bytes
Contents
# -*- ruby -*- # This is an example of how to change the mappings of file that # changed to tests to run for a project. 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
78 entries across 78 versions & 15 rubygems