require File.join(File.dirname(__FILE__), '../lib/cello/structure/html_elements/select_helper.rb') describe Cello::Structure::SelectHelper do describe "define_extras_for_select" do it "Select an option" do end it "go to default or empty option" do end it "return the selected option" do end end end