Sha256: 035ebb7515838b3c7bdfd85de7c0adbb85748930e321bc7c34d90f2ea245065a
Contents?: true
Size: 300 Bytes
Versions: 12
Compression:
Stored size: 300 Bytes
Contents
Then /^I should see a sidebar titled "([^"]*)"$/ do |title| page.should have_css(".sidebar_section h3", :text => title) end Then /^I should not see a sidebar titled "([^"]*)"$/ do |title| title = title.gsub(' ', '').underscore page.all(:css, "##{title}_sidebar_section").count.should == 0 end
Version data entries
12 entries across 12 versions & 3 rubygems