Module: Qlive::SuitesHelper

Defined in:
app/helpers/qlive/suites_helper.rb

Instance Method Summary collapse

Instance Method Details

#hrefs_for_suite(suite) ⇒ Object



4
5
6
7
# File 'app/helpers/qlive/suites_helper.rb', line 4

def hrefs_for_suite(suite)
  return [] unless suite.respond_to?(:pages_to_test)
  href_array(suite, suite.pages_to_test)
end