Skip to content

Commit

Permalink
Make todo note about scope. [admin]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Mar 21, 2012
1 parent 2a14378 commit cb9b3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/rubytest/advice.rb
Expand Up @@ -13,6 +13,9 @@ def self.joinpoints
@joinpoints ||= []
end

# TODO: Should hooks be evaluate in the context of test object scope?
# The #scope fields has been added to the RubyTest spec just in case.

#
def self.joinpoint(name)
joinpoints << name.to_sym
Expand Down

0 comments on commit cb9b3e8

Please sign in to comment.