Sha256: 678549435d188af1761523a2a4965f085d0803a58756de5b7478e9f5f3762684

Contents?: true

Size: 663 Bytes

Versions: 13

Compression:

Stored size: 663 Bytes

Contents

require File.join(File.dirname(__FILE__), '../lib/cello/pageobjects/html_elements/radio_helper.rb')
require File.dirname(__FILE__) + "/spec_helper"

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
    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

13 entries across 13 versions & 1 rubygems

Version Path
cello-0.0.35 spec/radio_spec.rb
cello-0.0.34 spec/radio_spec.rb
cello-0.0.33 spec/radio_spec.rb
cello-0.0.32 spec/radio_spec.rb
cello-0.0.31 spec/radio_spec.rb
cello-0.0.30 spec/radio_spec.rb
cello-0.0.29 spec/radio_spec.rb
cello-0.0.28 spec/radio_spec.rb
cello-0.0.27 spec/radio_spec.rb
cello-0.0.26 spec/radio_spec.rb
cello-0.0.25 spec/radio_spec.rb
cello-0.0.23 spec/radio_spec.rb
cello-0.0.21 spec/radio_spec.rb