Class: Spec::Runner::Context

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec-ext/specify_negatively.rb

Instance Method Summary collapse

Instance Method Details

#specify_negatively(spec_name, opts = {}, &block) ⇒ Object



5
6
7
# File 'lib/rspec-ext/specify_negatively.rb', line 5

def specify_negatively(spec_name, opts={}, &block)                                                                                                                             
  @context_eval_module.specify_negatively(spec_name, opts, &block)                                                                                                             
end