spec/http/headers_spec.rb in restfully-0.2.3 vs spec/http/headers_spec.rb in restfully-0.3.0

- old
+ new

@@ -1,5 +1,5 @@ -require File.dirname(__FILE__)+'/../spec_helper' +require File.expand_path(File.dirname(__FILE__)+'/../spec_helper') describe Restfully::HTTP::Headers do class IncludeHeadersModule include Restfully::HTTP::Headers end \ No newline at end of file