features/pages/headless.rb in cello-0.0.19 vs features/pages/headless.rb in cello-0.0.21
- old
+ new
@@ -1,9 +1,9 @@
require "cello"
module StaticPages
module Site
- class Phantom < Cello::Structure::Browser
+ class Phantom < Cello::PageObjects::Browser
def initialize
super :phantomjs
end
end
end