Sha256: e9719505c970098ee0d187623ff81992fdc999370b3a070293562898507c690e

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

require 'aruba/cucumber'

When(/^I run command "(.*?)"$/) do |cmd|
  args=Array.new
  args<<cmd
  Blogdown::Cli::CommandLine.start args
end


When(/^I visit "(.*?)"$/) do |arg1|
end

Then(/^I should see an Index Page$/) do
  pending # express the regexp above with the code you wish you had
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogdown-0.1.2 features/step_definitions/blogdown_steps.rb
blogdown-0.1.1 features/step_definitions/blogdown_steps.rb
blogdown-0.1.0 features/step_definitions/blogdown_steps.rb