require File.join(File.dirname(__FILE__), '../lib/cello/structure/html_elements/radio_helper.rb') describe Cello::Structure::RadioHelper do describe "define_extras_for_radio" do it "Verify if the radio collection contains an specific radio" do end it "Verify if some option is setted on the radio collection" do end it "Set on option on the radio collection" do end it "Verify if one specific option is setted on the radio collection" do end it "Verify if one specific option is not setted on the radio collection" do end it "Checked Option?" do end end end