lib/tunemygc/spies.rb in tunemygc-1.0.22 vs lib/tunemygc/spies.rb in tunemygc-1.0.23
- old
+ new
@@ -5,9 +5,10 @@
def self.spy(s)
autoload s, "tunemygc/spies/#{s.to_s.underscore}"
(@spies ||= []) << s.to_s
end
+ spy :Base
spy :ActionController
spy :Minitest
spy :ActiveJob
spy :Manual
spy :Rspec
\ No newline at end of file