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

10 lines
170 B
Text
Raw Normal View History

2011-04-22 14:13:24 -04:00
require 'autotest/bundler'
Autotest.add_hook :initialize do |at|
at.clear_mappings
at.add_mapping(%r{^.*/spec/.*_spec.rb$}) do |filename, _|
filename
end
end