diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-23 15:46:12 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-23 15:46:12 +0000 |
commit | b42677d69de3dab1a55c81689cf2b3b45fd85d12 (patch) | |
tree | 3c17d871d9ba42496ff23f05522b99bd43bcb7bb /lib/custodian/testfactory.rb | |
parent | caaa448c8826e4409d5db5398943e8c1ef54818d (diff) |
Removed duplicate member-variables for subclasses.
Allow test-inversion via "must not run".
Diffstat (limited to 'lib/custodian/testfactory.rb')
-rw-r--r-- | lib/custodian/testfactory.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/custodian/testfactory.rb b/lib/custodian/testfactory.rb index 934d6a7..6ae74d1 100644 --- a/lib/custodian/testfactory.rb +++ b/lib/custodian/testfactory.rb @@ -79,6 +79,13 @@ module Custodian + # + # Is this test inverted? + # + def inverted + @inverted + end + # # Return the port of this test. |