Sha256: 9b98649e0a92fda8050fee6cea78f8ec35031d96e758748929bb62f59a1f20ee

Contents?: true

Size: 312 Bytes

Versions: 6

Compression:

Stored size: 312 Bytes

Contents

require 'spec_helper'

describe Symbiont::WebObjects::Radio do
  describe "implementation" do
    let(:radio_object) { double('radio_object') }
    
    it "should register with a radio type" do
      ::Symbiont::WebObjects.get_class_for(:input, :radio).should == ::Symbiont::WebObjects::Radio
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
symbiont-0.1.8 spec/symbiont/web_objects/radio_spec.rb
symbiont-0.1.7 spec/symbiont/web_objects/radio_spec.rb
symbiont-0.1.6 spec/symbiont/web_objects/radio_spec.rb
symbiont-0.1.5 spec/symbiont/web_objects/radio_spec.rb
symbiont-0.1.4 spec/symbiont/web_objects/radio_spec.rb
symbiont-0.1.3 spec/symbiont/web_objects/radio_spec.rb