OK.  Figured out how to do it, but I'm interested in knowing if there is a 
better way.
Here's what I got to work:

my $tx  = $t->ua->build_tx('GET' => "/steve/api/foo?foo=bar&boom=baz");
$tx->req->headers->accept('application/json');
$t->request_ok($tx, "ask for json");



On Wednesday, April 2, 2014 4:52:34 PM UTC-6, Todd wrote:
>
> So upon further research, I've discovered the accepts helper.  However, 
> with the above test both:
>
> $self->accepts('json')
> and 
> $self->accepts('html')
>
> evaluate true.  So how do I make Mojo::Test ask only for JSON?
>
> Todd
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to