require 'spec_helper' describe Symbiont::WebObjects::Option do describe "implementation" do it "should register with an option tag" do ::Symbiont::WebObjects.get_class_for(:option).should == ::Symbiont::WebObjects::Option end end end