spec/DPLibrary/document_spec.rb in DPLibrary-0.0.5 vs spec/DPLibrary/document_spec.rb in DPLibrary-0.0.6

- old
+ new

@@ -1,5 +1,6 @@ require 'spec_helper' +require 'rspec/its' describe DPLibrary::Document do subject { DPLibrary::Document.new( YAML.load_file( './spec/fixtures/document.yml' ) ) } context 'initialize' do