Method: MotionSpec.add_context

Defined in:
lib/motion-spec/core.rb

.add_context(context) ⇒ Object



29
30
31
# File 'lib/motion-spec/core.rb', line 29

def self.add_context(context)
  (@contexts ||= []) << context
end