Sha256: 13e2a10fafb9d6d42b6e4b804f8a4c2cfaf00593cc5f271c02beeb7472482ab8

Contents?: true

Size: 253 Bytes

Versions: 5

Compression:

Stored size: 253 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
symbiont-0.1.9 spec/symbiont/web_objects/option_spec.rb
symbiont-0.1.8 spec/symbiont/web_objects/option_spec.rb
symbiont-0.1.7 spec/symbiont/web_objects/option_spec.rb
symbiont-0.1.6 spec/symbiont/web_objects/option_spec.rb
symbiont-0.1.5 spec/symbiont/web_objects/option_spec.rb