require File.join(File.dirname(__FILE__), '../lib/cello/structure/html_elements/textarea_helper.rb') describe Cello::Structure::TextareaHelper do describe "define_extras_for_textarea" do it "Veify if the textarea is enabled" do end it "Clear the textarea" do end it "Get the text from the textarea" do end it "Fill the textarea with some specific text" do end it "Verify if the textarea does not contain some text" do end it "Verify if the textarea contains some text" do end it "Verify if the containt of the textarea is exacly some text" do end it "Verify if the textarea is empty" do end it "Get the size of the containt of the textarea" do end end end