summaryrefslogtreecommitdiff
path: root/spec/ruby/library/csv/stringreader/initialize_spec.rb
blob: 5ce8f652da83eb3ea2b4ed7bec6264fd91f22193 (plain)
1
2
3
4
5
6
require File.expand_path('../../../../spec_helper', __FILE__)
require 'csv'

describe "CSV::StringReader#initialize" do
  it "needs to be reviewed for spec completeness"
end