Sha256: 6ca56e6654b4182d3a012d1f9ab6eed3432bed6f6e17dbee4f3a7b0950451a44

Contents?: true

Size: 275 Bytes

Versions: 16

Compression:

Stored size: 275 Bytes

Contents

Given(/^a file named "(.*?)"$/) do |arg1|
	pending
end

When(/^I run random$/) do
  pending # express the regexp above with the code you wish you had
end

Then(/^STDOUT should match "(.*?)"$/) do |arg1|
  pending # express the regexp above with the code you wish you had
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
nikki-0.6.2 features/step_definitions/random_steps.rb
nikki-0.6.1 features/step_definitions/random_steps.rb
nikki-0.6.0 features/step_definitions/random_steps.rb
nikki-0.5.7 features/step_definitions/random_steps.rb
nikki-0.5.6 features/step_definitions/random_steps.rb
nikki-0.5.5 features/step_definitions/random_steps.rb
nikki-0.5.4 features/step_definitions/random_steps.rb
nikki-0.5.3 features/step_definitions/random_steps.rb
nikki-0.5.2 features/step_definitions/random_steps.rb
nikki-0.5.1 features/step_definitions/random_steps.rb
nikki-0.5.0 features/step_definitions/random_steps.rb
nikki-0.4.5 features/step_definitions/random_steps.rb
nikki-0.4.3 features/step_definitions/random_steps.rb
nikki-0.4.2 features/step_definitions/random_steps.rb
nikki-0.4.1 features/step_definitions/random_steps.rb
nikki-0.4.0 features/step_definitions/random_steps.rb