Class: ValidatesCaptcha::TestCase
- Inherits:
-
ActiveSupport::TestCase
- Object
- ActiveSupport::TestCase
- ValidatesCaptcha::TestCase
- Defined in:
- lib/validates_captcha/test_case.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#assert_greater_than(expected, size, message = '') ⇒ Object
5 6 7 8 9 10 |
# File 'lib/validates_captcha/test_case.rb', line 5 def assert_greater_than(expected, size, = '') _wrap_assertion do = (, "<?> expected to be greater than <?>.", size, expected) assert_block() { size > expected } end end |