Sha256: 392f307e392fd664d4ae120dcae8ad84711045cb9f465a87964d0510a12fab5a

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vedeu-0.0.21 features/step_definitions/vedeu_steps.rb