Sha256: 0c01954dbdcbb0e6648cf0918fa0b1b4422c18ec88f4fa0deb3796e64885a235
Contents?: true
Size: 267 Bytes
Versions: 12
Compression:
Stored size: 267 Bytes
Contents
Then /^I should see the css file "([^"]*)"$/ do |path| page.should have_xpath("//link[contains(@href, /stylesheets/#{path})]") end Then /^I should see the js file "([^"]*)"$/ do |path| page.should have_xpath("//script[contains(@src, /javascripts/#{path})]") end
Version data entries
12 entries across 12 versions & 4 rubygems