Sha256: 79aee6da03e23db5d9d6f12eb36a8809dabb8d7ad66dd1ee418e8c7262a8b043

Contents?: true

Size: 230 Bytes

Versions: 3

Compression:

Stored size: 230 Bytes

Contents

require File.dirname(__FILE__) + '/../../spec_helper'

describe Mustang::V8::Primitive do 
  setup_context
  
  it "inherits Mustang::V8::Value" do
    Mustang::V8::Primitive.new(0).should be_kind_of(Mustang::V8::Value)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mustang-0.2.2 spec/mustang/v8/primitive_spec.rb
mustang-0.2.1 spec/mustang/v8/primitive_spec.rb
mustang-0.2.0 spec/mustang/v8/primitive_spec.rb