Top Level Namespace

Defined Under Namespace

Modules: Expectations, Kernel Classes: Module, Object, Range, Regexp, String

Instance Method Summary collapse

Instance Method Details

#Expectations(&block) ⇒ Object



6
7
8
9
10
11
# File 'lib/expectations.rb', line 6

def Expectations(&block)
  Expectations::SuiteRunner.suite_eval(&block)
rescue
  Expectations::SuiteRunner.do_not_run
  raise
end