aboutsummaryrefslogtreecommitdiffstats
path: root/meetup/testdata
AgeCommit message (Collapse)Author
2018-04-13meetup(parse_json): Align test and test dataTeddy Wing
* Add an additional `Event` to the list of expected events to give us more than one to test with. * Remove all but the first two events from the JSON test data so we don't have to reproduce all of those events in our test code.
2018-04-13meetup--find-upcoming_events.json: Escape double quotesTeddy Wing
A bunch of the descriptions had double quotes in them (`"`) that weren't escaped. Escape these to make the JSON valid.
2018-04-12Add some test JSON from the Meetup APITeddy Wing
This comes from: https://api.meetup.com/find/upcoming_events?&sign=true&photo-host=public&page=20 Grabbed from the browser API console. We'll use this for writing unit tests.