Sha256: d4d59443bc4ffd6e1cb7ff8b4d930c6f6ae7feb02d4e8b22be4d69e2be87ad26

Contents?: true

Size: 459 Bytes

Versions: 37

Compression:

Stored size: 459 Bytes

Contents

require 'spec_helper'
require 'amalgalite/type_map'

describe Amalgalite::TypeMap do
  it "#bind_type_of raises NotImplemented error" do
    tm = Amalgalite::TypeMap.new
    lambda { tm.bind_type_of( Object.new ) }.should raise_error( NotImplementedError )
  end

  it "#result_value_of raises NotImplemented error" do
    tm = Amalgalite::TypeMap.new
    lambda { tm.result_value_of( "foo", Object.new ) }.should raise_error( NotImplementedError )
  end
end

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
amalgalite-1.9.4-x64-mingw-ucrt spec/type_map_spec.rb
amalgalite-1.9.4-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.9.4-x64-mingw32 spec/type_map_spec.rb
amalgalite-1.9.4 spec/type_map_spec.rb
amalgalite-1.9.1-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.9.1-x64-mingw32 spec/type_map_spec.rb
amalgalite-1.9.1-x64-mingw-ucrt spec/type_map_spec.rb
amalgalite-1.9.1 spec/type_map_spec.rb
amalgalite-1.9.0-x64-mingw-ucrt spec/type_map_spec.rb
amalgalite-1.9.0-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.9.0-x64-mingw32 spec/type_map_spec.rb
amalgalite-1.9.0 spec/type_map_spec.rb
amalgalite-1.8.0-x64-mingw-ucrt spec/type_map_spec.rb
amalgalite-1.8.0-x64-mingw32 spec/type_map_spec.rb
amalgalite-1.8.0-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.8.0 spec/type_map_spec.rb
amalgalite-1.7.0-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.7.0-x64-mingw32 spec/type_map_spec.rb
amalgalite-1.7.0 spec/type_map_spec.rb
amalgalite-1.6.3-x86-mingw32 spec/type_map_spec.rb