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