Sha256: bd58b47682920330eb662482bdfdf02888f4355f14da05573119f0586d262e80
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
def init super end def javascript_files existing_js = super rescue [ 'js/jquery.js','js/app.js' ] existing_js + [ 'js/cucumber.js' ] end def search_fields existing_fields = super rescue [ [ 'class_list_link', 'Class List' ],[ 'method_list_link', 'Method List' ],[ 'file_list_link', 'File List' ] ] existing_fields + [ [ 'features_list_link', 'Features' ],[ 'tags_list_link', 'Tags' ] ] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yard-cucumber-2.0.3 | lib/templates/default/layout/html/setup.rb |