Class: HooksTest::TestClass

Inherits:
Object
  • Object
show all
Includes:
Hooks
Defined in:
lib/vendored-middleman-deps/hooks-0.2.0/test/hooks_test.rb

Constant Summary

Constants included from Hooks

Hooks::VERSION

Instance Method Summary collapse

Methods included from Hooks

included, #run_hook

Instance Method Details

#executedObject



7
8
9
# File 'lib/vendored-middleman-deps/hooks-0.2.0/test/hooks_test.rb', line 7

def executed
  @executed ||= [];
end