Sha256: 6f1bb620da84f1ad389b82519161726ab5763c03bfd6347b2300de59a3bed7ea

Contents?: true

Size: 209 Bytes

Versions: 9

Compression:

Stored size: 209 Bytes

Contents

require "helper"

feature 'Assets change detection' do
  scenario 'with an assets digest enabled' do
    visit('/')
    page.should have_xpath("//head/meta[@name='assets-digest']", :visible => false)
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
wiselinks-artirix-1.3.0 spec/cases/helpers_spec.rb
wiselinks-1.2.1 spec/cases/helpers_spec.rb
wiselinks-1.2.0 spec/cases/helpers_spec.rb
wiselinks-1.1.4 spec/cases/helpers_spec.rb
wiselinks-1.1.2 spec/cases/helpers_spec.rb
wiselinks-1.1.1 spec/cases/helpers_spec.rb
wiselinks-1.1.0 spec/cases/helpers_spec.rb
wiselinks-1.0.0 spec/cases/helpers_spec.rb
wiselinks-0.7.3 spec/cases/helpers_spec.rb