class TestPage

Public Instance Methods

test_all() click to toggle source
# File vendor/qwik/lib/qwik/page.rb, line 56
def test_all
  pages = @site.get_pages
  page = pages.create_new

  # test_url
  ok_eq('1.html', page.url)

  # test_key
  ok_eq('1', page.key)
end