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.
Just like how all exporter specs currently have a
shared_context
, it'd be better (DRY) to have ONE commonshared_example
for all importer specs rather than importer-specific (which aren't really 'specific' on the importer) specs that test different attributes.