Sha256: 5191da7d985a6db7d63788979f8238cf660414292d84a25206ed93333a9d7d07
Contents?: true
Size: 372 Bytes
Versions: 14
Compression:
Stored size: 372 Bytes
Contents
Then /^I should see the default footer$/ do expect(page).to have_css '#footer', text: "Powered by Active Admin #{ActiveAdmin::VERSION}" end Then /^I should see the footer "([^"]*)"$/ do |footer| expect(page).to have_css '#footer', text: footer end Then /^I should not see the footer "([^"]*)"$/ do |footer| expect(page).to_not have_css '#footer', text: footer end
Version data entries
14 entries across 14 versions & 2 rubygems