Sha256: 66c6c033aac872f8de31e9d047c19433f9a202014b88a54a2ed0a57bccaefb84

Contents?: true

Size: 445 Bytes

Versions: 7

Compression:

Stored size: 445 Bytes

Contents

require 'spec_helper'
require 'pathname'

describe Libv8 do
  include Libv8

  it "can find the static library components" do
    Pathname(libv8_base).should exist
    Pathname(libv8_snapshot).should exist
  end

  it "has a valid include path" do
    Pathname(libv8_include_path).should be_exist
  end

  it "can retrieve objects by name" do
    libv8_objects(:base, :snapshot).each do |obj|
      Pathname(obj).should exist
    end
  end

end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/libv8-3.11.8.4/spec/libv8_spec.rb
libv8-3.11.8.4 spec/libv8_spec.rb
libv8-freebsd-3.11.8.3 spec/libv8_spec.rb
libv8-3.11.8.3 spec/libv8_spec.rb
libv8-3.11.8.1 spec/libv8_spec.rb
libv8-3.11.8.0 spec/libv8_spec.rb
libv8-3.10.8.0 spec/libv8_spec.rb