issues
search
localhots
/
musicbrainz
MusicBrainz Web Service client
https://musicbrainz.org/doc/MusicBrainz_API
MIT License
63
stars
40
forks
source link
Update to use modern RSpec syntax and conventions
#31
Closed
jvoegele
closed
9 years ago
jvoegele
commented
9 years ago
Replace
should
syntax with
expect
syntax.
Add pry as a development dependency.
Fix failing specs.
localhots
commented
9 years ago
Thanks, merged!
should
syntax withexpect
syntax.