lib/watirspec.rb in watir-6.8.4 vs lib/watirspec.rb in watir-6.9.0

- old
+ new

@@ -6,11 +6,11 @@ module WatirSpec class << self attr_accessor :browser_args, :unguarded, :implementation - def html - @html ||= File.expand_path("../../spec/watirspec/html", __FILE__) + def htmls + @htmls ||= [File.expand_path("../../spec/watirspec/html", __FILE__)] end def run! load_support WatirSpec::Runner.execute_if_necessary