class HooksTest::TestClass
Public Instance Methods
executed()
click to toggle source
# File test/hooks_test.rb, line 7 def executed @executed ||= []; end
# File test/hooks_test.rb, line 7 def executed @executed ||= []; end