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.6.3-x64-mingw32 spec/type_map_spec.rb
amalgalite-1.6.3 spec/type_map_spec.rb
amalgalite-1.6.1-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.6.1-x64-mingw32 spec/type_map_spec.rb
amalgalite-1.6.1 spec/type_map_spec.rb
amalgalite-1.6.0-x64-mingw32 spec/type_map_spec.rb
amalgalite-1.6.0-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.6.0 spec/type_map_spec.rb
amalgalite-1.5.0-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.5.0 spec/type_map_spec.rb
amalgalite-1.4.1-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.4.1 spec/type_map_spec.rb
amalgalite-1.4.0-x86-mingw32 spec/type_map_spec.rb
amalgalite-1.4.0 spec/type_map_spec.rb
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/amalgalite-1.3.0/spec/type_map_spec.rb
amalgalite-1.3.0-x86-mswin32 spec/type_map_spec.rb
amalgalite-1.3.0 spec/type_map_spec.rb