Sha256: ac8b5ebe17058368cc61e53ff4de056a6ade196c19a328f989f6de4bfeaceaa7
Contents?: true
Size: 674 Bytes
Versions: 3
Compression:
Stored size: 674 Bytes
Contents
module UrlHelper class << self def html File.expand_path("#{File.dirname(__FILE__)}/../html") end def files "file://#{html}" end def static_elements "#{files}/static_elements.html" end def frame_elements "#{files}/frames.html" end def iframe_elements "#{files}/iframes.html" end def nested_frame_elements "#{files}/nested_frames.html" end def nested_elements "#{files}/nested_elements.html" end def modal "#{files}/modal.html" end def async "#{files}/async.html" end def multi "#{files}/multi_elements.html" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-1.1.4 | features/support/url_helper.rb |
druid-ts-1.1.3 | features/support/url_helper.rb |
druid-ts-1.1.2 | features/support/url_helper.rb |