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