diff options
Diffstat (limited to 'spec/rubyspec/library/csv/streambuf/read_spec.rb')
-rw-r--r-- | spec/rubyspec/library/csv/streambuf/read_spec.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/rubyspec/library/csv/streambuf/read_spec.rb b/spec/rubyspec/library/csv/streambuf/read_spec.rb new file mode 100644 index 0000000000..b07467bdb7 --- /dev/null +++ b/spec/rubyspec/library/csv/streambuf/read_spec.rb @@ -0,0 +1,6 @@ +require File.expand_path('../../../../spec_helper', __FILE__) +require 'csv' + +describe "CSV::StreamBuf#read" do + it "needs to be reviewed for spec completeness" +end |