Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Comment out of sync with code. This is why we don't comment.
  • Loading branch information
tomlea committed Apr 29, 2009
1 parent d40f16e commit 8b9ec70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoulda/context.rb
Expand Up @@ -243,7 +243,7 @@ def full_name
end

def am_subcontext?
parent.kind_of?(Context) # my parent is the same class as myself.
parent.kind_of?(Context)
end

def test_unit_class
Expand Down

0 comments on commit 8b9ec70

Please sign in to comment.