Sha256: d3b6d2f3615cdf783ec8753822c961afc700dfb19f89dc3d5ab795625e94efd0

Contents?: true

Size: 234 Bytes

Versions: 6

Compression:

Stored size: 234 Bytes

Contents

Given(/^a.* object model defined as:$/) do |code|
  context_module.module_eval code
end

Given(/^a domain object(?: is)? created.* as:$/) do |code|
  object = nil
  context_module.module_eval code
  context_data[:object] = object
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
son_jay-0.5.2 features/step_definitions/model_steps.rb
son_jay-0.5.1 features/step_definitions/model_steps.rb
son_jay-0.5.0 features/step_definitions/model_steps.rb
son_jay-0.4.1 features/step_definitions/model_steps.rb
son_jay-0.4.0 features/step_definitions/model_steps.rb
son_jay-0.3.0 features/step_definitions/model_steps.rb