Sha256: 4c56f8eb50c435140b9803683e2129f98233d43a8ad3288e8c974dc48b191492
Contents?: true
Size: 486 Bytes
Versions: 6
Compression:
Stored size: 486 Bytes
Contents
require 'spec_helper' describe "when testing path helpers" do it "should define Libyajl2::VENDORED_LIBYAJL2_DIR" do expect(Libyajl2::VENDORED_LIBYAJL2_DIR).to include("lib/libyajl2/vendored-libyajl2") end it "should define Libyajl2.opt_path" do expect(Libyajl2.opt_path).to include("lib/libyajl2/vendored-libyajl2/lib") end it "should define Libyajl2.include_path" do expect(Libyajl2.include_path).to include("lib/libyajl2/vendored-libyajl2/include") end end
Version data entries
6 entries across 6 versions & 1 rubygems