Sha256: c4a7bbe5f3bacfd8fcf7fd55276f6c2fec80d75afa4bc47981770c0b8a4e7e2a
Contents?: true
Size: 410 Bytes
Versions: 10
Compression:
Stored size: 410 Bytes
Contents
Given /^a logged in admin$/ do @admin ||= Admin.make! steps %Q{ When I go to the admin home page And I fill in "admin_email" with "admin@example.com" And I fill in "admin_password" with "password" And I press "Sign in" Then I should be on the admin home page } end Then /^I should see the settings options$/ do pending # express the regexp above with the code you wish you had end
Version data entries
10 entries across 10 versions & 1 rubygems