SciRuby / daru-io

daru-io is a plugin gem to the existing daru gem, which aims to add support to Importing DataFrames from / Exporting DataFrames to multiple formats.
http://www.rubydoc.info/github/athityakumar/daru-io/master/
MIT License
25 stars 9 forks source link

One shared_example for all importer specs #24

Closed athityakumar closed 7 years ago

athityakumar commented 7 years ago

Just like how all exporter specs currently have a shared_context, it'd be better (DRY) to have ONE common shared_example for all importer specs rather than importer-specific (which aren't really 'specific' on the importer) specs that test different attributes.