spec/web_elements/radio_spec.rb in fluent-0.2.0 vs spec/web_elements/radio_spec.rb in fluent-0.3.0
- old
+ new
@@ -16,6 +16,10 @@
it 'should be able to clear a radio' do
radio_object.should_receive(:clear).and_return(true)
radio_definition.clear
end
+
+ it 'should register with a radio type' do
+ ::Fluent::WebElements.get_class_for(:input, :radio).should == ::Fluent::WebElements::Radio
+ end
end
\ No newline at end of file