1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/.autotest
2011-04-22 13:13:24 -05:00

9 lines
170 B
Text

require 'autotest/bundler'
Autotest.add_hook :initialize do |at|
at.clear_mappings
at.add_mapping(%r{^.*/spec/.*_spec.rb$}) do |filename, _|
filename
end
end