diff options
Diffstat (limited to 'spec/rubyspec/library/yaml/load_stream_spec.rb')
-rw-r--r-- | spec/rubyspec/library/yaml/load_stream_spec.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/rubyspec/library/yaml/load_stream_spec.rb b/spec/rubyspec/library/yaml/load_stream_spec.rb new file mode 100644 index 0000000000..f134f4642f --- /dev/null +++ b/spec/rubyspec/library/yaml/load_stream_spec.rb @@ -0,0 +1,8 @@ +require File.expand_path('../../../spec_helper', __FILE__) +require File.expand_path('../fixtures/common', __FILE__) +require File.expand_path('../fixtures/strings', __FILE__) +require File.expand_path('../shared/each_document', __FILE__) + +describe "YAML.load_stream" do + it_behaves_like :yaml_each_document, :load_stream +end |