summaryrefslogtreecommitdiff
path: root/spec/path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/path_spec.rb')
-rw-r--r--spec/path_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/path_spec.rb b/spec/path_spec.rb
index 673e340..8d0ca47 100644
--- a/spec/path_spec.rb
+++ b/spec/path_spec.rb
@@ -1,4 +1,4 @@
-require 'spec_helper'
+require "spec_helper"
describe "when testing path helpers" do
it "should define Libyajl2::VENDORED_LIBYAJL2_DIR" do
@@ -15,7 +15,7 @@ describe "when testing path helpers" do
%w{yajl_common.h yajl_gen.h yajl_parse.h yajl_tree.h yajl_version.h}.each do |hdr|
it "should copy the #{hdr} header file to the gem path" do
- expect(File.exist?(File.join(Libyajl2.include_path, "yajl", hdr))).to be_true
+ expect(File.exist?(File.join(Libyajl2.include_path, "yajl", hdr))).to be_truthy
end
end
end