Sha256: 29c5c6ad3f0af1ad018fbe38b351e1b9a2c4ca118879a911fd4601bd68eda5f5

Contents?: true

Size: 460 Bytes

Versions: 16

Compression:

Stored size: 460 Bytes

Contents

module WatirSplash
  module Generators
    module Helper
      def supported_frameworks
        %w[default watir firewatir watir-webdriver/ie watir-webdriver/firefox watir-webdriver/chrome]
      end

      def frameworks_banner
        "# What framework to use? Possible values are:\r\n" +
          "#   * #{supported_frameworks.join("\r\n#   * ")}\r\n" +
          "WatirSplash::Util.framework = \"#{framework}\""
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
watirsplash-2.4.2 lib/watirsplash/generators/helper.rb
watirsplash-2.4.1 lib/watirsplash/generators/helper.rb
watirsplash-2.4.0 lib/watirsplash/generators/helper.rb
watirsplash-2.3.2 lib/watirsplash/generators/helper.rb
watirsplash-2.3.1 lib/watirsplash/generators/helper.rb
watirsplash-2.3.0 lib/watirsplash/generators/helper.rb
watirsplash-2.2.0 lib/watirsplash/generators/helper.rb
watirsplash-2.1.1 lib/watirsplash/generators/helper.rb
watirsplash-2.1.0 lib/watirsplash/generators/helper.rb
watirsplash-2.0.1.rc5 lib/watirsplash/generators/helper.rb
watirsplash-2.0.1.rc4 lib/watirsplash/generators/helper.rb
watirsplash-2.0.1.rc3 lib/watirsplash/generators/helper.rb
watirsplash-2.0.1.rc1 lib/watirsplash/generators/helper.rb
watirsplash-2.0.0 lib/watirsplash/generators/helper.rb
watirsplash-2.0.0.rc2 lib/watirsplash/generators/helper.rb
watirsplash-2.0.0.rc1 lib/watirsplash/generators/helper.rb