lib/rutl/browser.rb in rutl-0.5.0 vs lib/rutl/browser.rb in rutl-0.6.0
- old
+ new
@@ -36,11 +36,11 @@
end
private
def load_interface(type)
- require "rutl/interface/#{type}_interface"
- klass = "RUTL::#{type.to_s.capitalize}Interface"
+ require "rutl/interface/#{type}"
+ klass = "RUTL::Interface::#{type.to_s.capitalize}"
Object.const_get(klass).new
end
def load_pages(*)
pages = []