Class: Keynote::TestCase
- Inherits:
-
ActionView::TestCase
- Object
- ActionView::TestCase
- Keynote::TestCase
- Includes:
- TestPresentMethod
- Defined in:
- lib/keynote/testing/minitest.rb,
lib/keynote/testing/test_unit.rb
Class Method Summary collapse
-
.include_helper_modules! ⇒ Object
Don’t try to include any particular helper, since we’re not testing one.
Methods included from TestPresentMethod
Class Method Details
.include_helper_modules! ⇒ Object
Don’t try to include any particular helper, since we’re not testing one
22 23 24 |
# File 'lib/keynote/testing/minitest.rb', line 22 def self.include_helper_modules! include _helpers end |