Sha256: ec6e25305bcc2bb9190772e17f697b29d232d893a4cf075d05a37408702f2579

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 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

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.2.1 spec/symbiont/web_objects/option_spec.rb
symbiont-0.2.0 spec/symbiont/web_objects/option_spec.rb