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

Version Path
andrewroth_activeadmin-0.3.4 features/step_definitions/asset_steps.rb
activeadmin-0.3.4 features/step_definitions/asset_steps.rb
activeadmin-0.3.3 features/step_definitions/asset_steps.rb
activeadmin-0.3.2 features/step_definitions/asset_steps.rb
activeadmin-0.3.1 features/step_definitions/asset_steps.rb
activeadmin-0.3.0 features/step_definitions/asset_steps.rb
nsm-activeadmin-0.2.2 features/step_definitions/asset_steps.rb
saulolso-activeadmin-0.2.2.1 features/step_definitions/asset_steps.rb
saulolso-activeadmin-0.2.2 features/step_definitions/asset_steps.rb
activeadmin-0.2.2 features/step_definitions/asset_steps.rb
activeadmin-0.2.1 features/step_definitions/asset_steps.rb
activeadmin-0.2.0 features/step_definitions/asset_steps.rb