Sha256: 36f8c7e4f5444eae3897f9911aee4f113264411ef725d00b949c999a1990cf74

Contents?: true

Size: 439 Bytes

Versions: 3

Compression:

Stored size: 439 Bytes

Contents

require 'webgen/test'

class HorizontalMenuStyleTest < Webgen::PluginTestCase

  plugin_files [
                'webgen/plugins/menustyles/horizontal.rb',
                'webgen/plugins/filehandlers/directory.rb',
                'webgen/plugins/filehandlers/page.rb'
               ]

  plugin_to_test 'MenuStyle/Horizontal'

  def test_submenu
    #root = @manager['Core/FileHandler'].instance_eval { build_tree }
    #flunk
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
webgen-0.4.0 test/unittests/tc_menustyles_horizontal.rb
webgen-0.4.1 test/unittests/tc_menustyles_horizontal.rb
webgen-0.4.2 test/unittests/tc_menustyles_horizontal.rb