Sha256: fb1c70a41221494bdbf5b126b0ffe90b7e270c94bfa9d667cfd9a0a288a132f6

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cello-0.0.19 spec/radio_spec.rb
cello-0.0.17 spec/radio_spec.rb
cello-0.0.16 spec/radio_spec.rb