Module: ViewSpec::DSL::Tests

Extended by:
ActiveSupport::Concern
Included in:
ScenarioContext
Defined in:
lib/view_spec/dsl/tests.rb

Instance Method Summary collapse

Instance Method Details

#tests(&block) ⇒ Object



6
7
8
9
# File 'lib/view_spec/dsl/tests.rb', line 6

def tests(&block)
  @tests = block if block
  @tests
end