vagrant-wordpress/features/step_definitions/then/i_should_not_see_wordpress_...

4 lines
119 B
Ruby

Then /^I should not see a WordPress installation page$/ do
page.should_not have_css('link[href*="install.css"]')
end