Sha256: e371bbd7274557ade96266e3d4e182275036ceb2d9ec4973085d6c86d2c68716

Contents?: true

Size: 233 Bytes

Versions: 2

Compression:

Stored size: 233 Bytes

Contents

require_relative '../spec_helper'

describe 'Fluent::WebElements::Paragraph' do

  it 'should register with a paragraph tag' do
    ::Fluent::WebElements.get_class_for(:p).should == ::Fluent::WebElements::Paragraph
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

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