Sha256: 43a7fa82f6b68b396607cfec488fc1ed3813c31ff418b6e7f86f6fef3bc2a6fa

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

require_relative '../spec_helper'

describe 'Fluent::WebElements::Option' do

  it 'should register with an option tag' do
    ::Fluent::WebElements.get_class_for(:option).should == ::Fluent::WebElements::Option
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-0.4.0 spec/web_elements/option_spec.rb
fluent-0.3.0 spec/web_elements/option_spec.rb