Diego d'Ursel
|
f85f74bc2b
|
Migrate 'should' syntax to 'expect'
|
2015-05-12 19:00:38 +02:00 |
Thomas Wolfe
|
2d4c1c42fd
|
Use magic encoding to ret rid of "invalid multibyte chat (US-ASCII)" errors. track_search is now renamed recording_search. recording_search now works (I mixed up the inputs).
|
2015-05-12 18:47:13 +02:00 |
Thomas Wolfe
|
813b6f0383
|
track_search now works, will be moved to it's own recording model.
|
2015-05-12 18:45:08 +02:00 |
Jason Voegele
|
32ed4ba4bc
|
Use modern RSpec in discid specs
|
2015-03-13 16:00:13 -04:00 |
Jason Voegele
|
33e280ec2c
|
Merge remote-tracking branch 'danbee/feature/find-release-by-discid' into feature/find-release-by-discid
|
2015-03-13 15:58:04 -04:00 |
Jason Voegele
|
ad4a53f9ce
|
Update to use modern RSpec syntax and conventions
* Replace `should` syntax with `expect` syntax.
* Add pry as a development dependency.
* Fix failing specs.
|
2015-03-13 15:47:27 -04:00 |
Mathias Gawlista
|
6a4f9f7be4
|
Stub response.
|
2014-02-05 14:53:36 +01:00 |
Dan Barber
|
97b0c50073
|
Add spec for releases by discid.
|
2014-01-13 10:52:27 +00:00 |
Mathias Gawlista
|
6c2d47544a
|
Stubs music artist search.
|
2013-06-14 11:31:51 +02:00 |
Mathias Gawlista
|
6d0d80d9db
|
Merge branch 'track_search' of https://github.com/tomwolfe/musicbrainz into tomwolfe-track_search
|
2013-05-06 19:58:58 +02:00 |
Mathias Gawlista
|
87527daf9b
|
Stub requests here cause seach result order changes frequently. #18
|
2013-05-06 19:57:32 +02:00 |
Thomas Wolfe
|
d8184565a2
|
created new track_search binding to allow searching for tracks (really recordings). Modified existing model classes to call super() to handle search (open/closed principle, attempting to reduce duplicate code). Fixed xml namespace issue in specs.
|
2013-05-05 18:58:12 -05:00 |
lionel
|
ac25d4cdb3
|
Adds release group urls
|
2013-02-06 14:07:20 +01:00 |
Gregory Eremin
|
518ff64265
|
Merge pull request #15 from Applicat/handle_dates_without_day
Calculate last day of month correctly. refs #14
|
2013-01-25 05:39:33 -08:00 |
Mathias Gawlista
|
ebf475e9c8
|
Adds type field to release model.
|
2013-01-24 21:12:58 +01:00 |
Mathias Gawlista
|
fd299d56b6
|
Fixes typo.
|
2013-01-24 14:59:04 +01:00 |
Mathias Gawlista
|
4b17499bb4
|
Calculate last day of month correctly. refs #14
|
2013-01-24 14:18:38 +01:00 |
Gregory Eremin
|
abd67818d3
|
Merge pull request #12 from Applicat/release_group_search2
Implementation of release group search
|
2013-01-22 21:55:35 -08:00 |
Mathias Gawlista
|
9171dcde40
|
Adds release fields asin, barcode and quality.
|
2013-01-22 16:19:36 +01:00 |
Mathias Gawlista
|
18ebfad7c5
|
Implements MusicBrainz::ReleaseGroup.search and .find_by_artist_and_title
|
2013-01-22 16:04:15 +01:00 |
Gregory Eremin
|
531fcc9908
|
Stability improvements, new release
|
2013-01-20 16:36:52 +04:00 |
Mathias Gawlista
|
0d2c12ffc2
|
Align directory structure of specs with lib.
|
2013-01-15 20:09:34 +01:00 |
Gregory Eremin
|
9121e7927e
|
Gem is rewrapped with Bundler instead of Jeweler. All tests are using RSpec. Reorganized lib structure. Tests are fixed.
|
2012-07-04 17:10:47 +04:00 |
mgawlista
|
f0eb777cc1
|
Adds spec for caching musicbrainz requests.
|
2012-04-08 18:53:11 +02:00 |