Sha256: 6958b93637edadc099f9990e6e81bff25c3fc95fe3742d6e4297ccdbdaf8a574
Contents?: true
Size: 238 Bytes
Versions: 10
Compression:
Stored size: 238 Bytes
Contents
Then(/^page should have title html attribute with meaningful text$/) do @page = Capybara.current_session title = @page.title puts "======You page title is '#{title}'. We hope it's meaningful====" expect(title).not_to be_empty end
Version data entries
10 entries across 10 versions & 1 rubygems