Sha256: 3f54cae90b35f1c8f76f8a2bca1aeab8e8914e5159dc2629b4c19ce4ab5ba3b3

Contents?: true

Size: 267 Bytes

Versions: 12

Compression:

Stored size: 267 Bytes

Contents

require 'spec_helper'

describe Attributor::Temporal do
  subject(:type) do
    Class.new do
      include Attributor::Temporal
    end
  end

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
attributor-8.0 spec/types/temporal_spec.rb
attributor-7.1 spec/types/temporal_spec.rb
attributor-7.0 spec/types/temporal_spec.rb
attributor-6.5 spec/types/temporal_spec.rb
attributor-6.4 spec/types/temporal_spec.rb
attributor-6.3 spec/types/temporal_spec.rb
attributor-6.2 spec/types/temporal_spec.rb
attributor-6.1 spec/types/temporal_spec.rb
attributor-6.0 spec/types/temporal_spec.rb
attributor-5.7 spec/types/temporal_spec.rb
attributor-5.6 spec/types/temporal_spec.rb
attributor-5.5 spec/types/temporal_spec.rb