Module: RSpec::Helpers::ClassMethods
- Defined in:
- lib/rspec/helpers.rb
Instance Method Summary collapse
-
#include_contexts(*contexts) ⇒ Object
Include multipl contexts.
Instance Method Details
#include_contexts(*contexts) ⇒ Object
Include multipl contexts.
44 45 46 47 48 |
# File 'lib/rspec/helpers.rb', line 44 def include_contexts(*contexts) contexts.map do |val| public_send(:include_context, val) end end |