Data-Liberation-Front / csvlint.rb

The gem behind http://csvlint.io
MIT License
283 stars 86 forks source link

Fixed warning - use expect( ) rather than .should #123

Closed jezhiggins closed 9 years ago

jezhiggins commented 9 years ago

Ruby builds always seem pretty chatty. The warnings about .should are pretty benign, but this patch silences it so quites the build down a touch.

pezholio commented 9 years ago

Cheers Jez. This fail should be benign and go away once it's merged (I hope!)