Sha256: 9acbc45d2504a485b3ad42ca3edf674bead19af7b05c06c19df5f4d044648d0c
Contents?: true
Size: 208 Bytes
Versions: 25
Compression:
Stored size: 208 Bytes
Contents
Then /^I should see the tags list$/ do page.should have_content('stuff, things, what, eh') end When /^I follow "([^"]*)" within the tag list$/ do |tag| within 'span.tags' do click_link tag end end
Version data entries
25 entries across 25 versions & 1 rubygems