summaryrefslogtreecommitdiff
path: root/t/spore (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-19clean up typesBrian Phillips1-1/+9
- Split out type declarations into separate class - Use namespaced types instead of global types (via MooseX::Types) - use declared types where possible, instead of quoted type names (i.e. isa => Str, instead of isa => 'Str') - Allow "authentication" attribute to coerce from a JSON::is_bool() value (instead of expecting it to be a 1 or a 0 all the time)
2011-12-08fix warnings in testBrian Cassidy1-3/+3
2010-10-25api spec can be modularized:franck cuny1-14/+54
* add two new methods: new_from_specs and new_from_strings theses two methods can receive more than one description to create a client * add tests and api desc
2010-10-17update tests to use the dummy api, and replace api_base_url with base_urlfranck cuny2-16/+18
2010-10-12add enable_if feature + testsfranck cuny1-0/+56
2010-10-08add new_from_string and some testsfranck cuny1-0/+50