Sha256: 943786ed62483037ffab7bd9b319f5b4ee8d364488d52f1910c3ca32f8ca8901
Contents?: true
Size: 289 Bytes
Versions: 6
Compression:
Stored size: 289 Bytes
Contents
When /^I view the Redirects page$/ do visit "/cms/administration" click_on "Redirects" end When /^create a Redirect with the following:$/ do |table| redirect = table.hashes.first fill_in "From", :with=>redirect['from'] fill_in "To", :with=>redirect['to'] click_on 'Save' end
Version data entries
6 entries across 6 versions & 1 rubygems