features/pages/firefox.rb in cello-0.0.17 vs features/pages/firefox.rb in cello-0.0.19
- old
+ new
@@ -1,10 +1,9 @@
require File.join(File.dirname(__FILE__), '../../lib/cello')
module StaticPages
module Site
class Firefox < Cello::Structure::Browser
-
def initialize
super :firefox
end
end
end