spec/radio_spec.rb in cello-0.0.19 vs spec/radio_spec.rb in cello-0.0.21

- old
+ new

@@ -1,7 +1,8 @@ -require File.join(File.dirname(__FILE__), '../lib/cello/structure/html_elements/radio_helper.rb') +require File.join(File.dirname(__FILE__), '../lib/cello/pageobjects/html_elements/radio_helper.rb') +require File.dirname(__FILE__) + "/spec_helper" -describe Cello::Structure::RadioHelper do +describe Cello::PageObjects::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