Class: Keynote::TestCase

Inherits:
ActionView::TestCase
  • Object
show all
Includes:
TestPresentMethod
Defined in:
lib/keynote/testing/minitest.rb,
lib/keynote/testing/test_unit.rb

Class Method Summary collapse

Methods included from TestPresentMethod

#present

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