Module: Keynote::TestPresentMethod

Included in:
TestCase
Defined in:
lib/keynote/testing/test_present_method.rb

Instance Method Summary collapse

Instance Method Details

#present(*objects, &blk) ⇒ Object Also known as: k



5
6
7
# File 'lib/keynote/testing/test_present_method.rb', line 5

def present(*objects, &blk)
  Keynote.present(view, *objects, &blk)
end