mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
9 lines
170 B
Text
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
|