features/pages/firefox.rb in cello-0.0.19 vs features/pages/firefox.rb in cello-0.0.21

- old
+ new

@@ -1,9 +1,9 @@ require File.join(File.dirname(__FILE__), '../../lib/cello') module StaticPages module Site - class Firefox < Cello::Structure::Browser + class Firefox < Cello::PageObjects::Browser def initialize super :firefox end end end