Sha256: 114584703f5df8c8a6c454ec333f1a6abda7bebf3adf9fccc3655e0e2d1ae082
Contents?: true
Size: 237 Bytes
Versions: 65
Compression:
Stored size: 237 Bytes
Contents
Then /^I should see a menu item for "([^"]*)"$/ do |name| page.should have_css('#tabs li a', :text => name) end Then /^I should not see a menu item for "([^"]*)"$/ do |name| page.should_not have_css('#tabs li a', :text => name) end
Version data entries
65 entries across 65 versions & 4 rubygems