spec/cases/helpers_spec.rb in wiselinks-0.7.2 vs spec/cases/helpers_spec.rb in wiselinks-0.7.3
- old
+ new
@@ -1,8 +1,8 @@
require "helper"
feature 'Assets change detection' do
scenario 'with an assets digest enabled' do
visit('/')
- page.should have_xpath('//head/meta[@name="assets-digest"]')
+ page.should have_xpath("//head/meta[@name='assets-digest']", :visible => false)
end
end
\ No newline at end of file