spec/source_spec.rb in pdfkit-0.3.1 vs spec/source_spec.rb in pdfkit-0.3.2
- old
+ new
@@ -1,6 +1,6 @@
-require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
+require 'spec_helper'
describe PDFKit::Source do
describe "#url?" do
it "should return true if passed a url like string" do
@@ -68,6 +68,6 @@
source = PDFKit::Source.new('http://google.com')
source.to_s.should == 'http://google.com'
end
end
-end
\ No newline at end of file
+end