Sha256: fbaade2de00fcb4afe78b1b6d3c79152baab302ba79f29ef4e58f305bef43c99

Contents?: true

Size: 151 Bytes

Versions: 1

Compression:

Stored size: 151 Bytes

Contents

When /^I execute "([^\"]*)"$/ do |command|
  @output = `#{command}`
end

Then /^I should see "([^\"]*)"$/ do |text|
  @output.should =~ /#{text}/m
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spectate-0.0.0 features/step_definitions/command_steps.rb