Method: Wukong::SpecHelpers::UnitTests#emit_csv

Defined in:
lib/wukong/spec_helpers/unit_tests.rb

#emit_csv(*expected) ⇒ Object



129
130
131
# File 'lib/wukong/spec_helpers/unit_tests.rb', line 129

def emit_csv *expected
  CsvMatcher.new(*expected)
end