Sha256: 9f980bee99dcc01a73c1589d28835e139d48e5688ca160573ba3d8316ed0993e

Contents?: true

Size: 223 Bytes

Versions: 5

Compression:

Stored size: 223 Bytes

Contents

require 'spec_helper'

describe Attributor::Temporal do
  subject(:type) { Attributor::Temporal }

  it 'raises an exception for native_type' do
    expect { type.native_type }.to raise_error(NotImplementedError)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
attributor-5.4 spec/types/temporal_spec.rb
attributor-5.3 spec/types/temporal_spec.rb
attributor-5.2.1 spec/types/temporal_spec.rb
attributor-5.2.0 spec/types/temporal_spec.rb
attributor-5.1.0 spec/types/temporal_spec.rb