Sha256: 360cfc5adbe9a60a59e10b8ed814edc8d3458928c8c43b49c880fe861ed03b5d

Contents?: true

Size: 733 Bytes

Versions: 2

Compression:

Stored size: 733 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cello-0.0.17 spec/textarea_spec.rb
cello-0.0.16 spec/textarea_spec.rb