Class: ActionController::TestCase

Inherits:
Object
  • Object
show all
Defined in:
lib/galakei/shoulda_macros.rb

Class Method Summary collapse

Class Method Details

.with_pc_and_galakei(&block) ⇒ Object



13
14
15
16
# File 'lib/galakei/shoulda_macros.rb', line 13

def with_pc_and_galakei(&block)
  with_pc(&block)
  with_galakei(&block)
end