Sha256: 0f48e451a8ce5bf4d971f8eda868d63c38223f8df4d4a465db03cb8883a29dbb

Contents?: true

Size: 402 Bytes

Versions: 4

Compression:

Stored size: 402 Bytes

Contents

Given(/^the interface "(.*?)" is defined$/) do |interface|
  Vedeu::InterfaceRepository.create({ name: interface, entity: Vedeu::DummyInterface, options: {} })
end

Given(/^the command "(.*?)" is defined$/) do |command|
  Vedeu::CommandRepository.create({ name: command, entity: Vedeu::DummyCommand, options: { keyword: command } })
end

When(/^the input "(.*?)" is entered$/) do |input|
  pending
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vedeu-0.0.25 features/step_definitions/vedeu_steps.rb
vedeu-0.0.24 features/step_definitions/vedeu_steps.rb
vedeu-0.0.23 features/step_definitions/vedeu_steps.rb
vedeu-0.0.22 features/step_definitions/vedeu_steps.rb