summary refs log tree commit diff
path: root/t/spore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean up typesBrian Phillips2013-04-191-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)
* fix warnings in testBrian Cassidy2011-12-081-3/+3
|
* api spec can be modularized:franck cuny2010-10-251-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
* update tests to use the dummy api, and replace api_base_url with base_urlfranck cuny2010-10-172-16/+18
|
* add enable_if feature + testsfranck cuny2010-10-121-0/+56
|
* add new_from_string and some testsfranck cuny2010-10-081-0/+50