camiloribeiro/cello

View on GitHub
lib/cello/pageobjects/html_elements/div_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Cello
  module PageObjects
    module DivHelper
      def define_extras_for_div(name)
      end
    end
  end
end