Sha256: d7d1d9d0ea38e02493dc34fb2df7e3382961e3d68238397a37dc093db6c6f00b

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

require File.join(File.dirname(__FILE__), '../lib/cello/structure/html_elements/checkbox_helper.rb')

describe Cello::Structure::CheckboxHelper do
  describe "define_extras_for_checkbox" do
    it "Verify if there it is checked" do
    end
    it "Verify if there it is unchecked" do
    end
    it "Check a Checkbox" do
    end
    it "Clear a Checkbox" do
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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