Sha256: 4edff2ec62ea9ba21368aec5d8b7280abd0fc1e9af672915c28eb363c6d49911

Contents?: true

Size: 309 Bytes

Versions: 6

Compression:

Stored size: 309 Bytes

Contents

When(/^data is disseminated to the domain object as:$/) do |code|
  instance = context_data[:instance]
  object   = context_data[:object]
  context_module.module_eval code
end

Then(/^the domain object attributes are as follows:$/) do |table|
  object_attributes_match_table! context_data[:object], table
end

Version data entries

6 entries across 6 versions & 1 rubygems

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