Sha256: 449427089e5e84653376e1a54f6f50e2cebc6e26e2f1497d6ef7f9fc0ad0423d

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

When /^I make a GET request to the root$/ do
  visit root_path
end

Then /^I should see the following links:$/ do |table|
  table.rows.each do |row|
    link, rel = *row
    page.body.should include %(<a href="#{link}" rel="#{rel}")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aphro-0.0.1 lib/server/features/step_definitions/demo_json_services_steps.rb