Sha256: 6889ec79f4222f244daec77ce5d35683b44d512211c6de03c75f43a57da07ccc
Contents?: true
Size: 380 Bytes
Versions: 10
Compression:
Stored size: 380 Bytes
Contents
Given(/^the interface "(.*?)" is defined$/) do |interface| Vedeu::Interface.create({ name: interface, klass: Vedeu::DummyInterface, options: {} }) end Given(/^the command "(.*?)" is defined$/) do |command| Vedeu::Command.create({ name: command, klass: Vedeu::DummyCommand, options: { keyword: command } }) end When(/^the input "(.*?)" is entered$/) do |input| pending end
Version data entries
10 entries across 10 versions & 1 rubygems