vti / mojox-session

Session management for Mojo
Other
15 stars 10 forks source link

t/plugin.t failed #12

Closed hiroaki closed 10 years ago

hiroaki commented 10 years ago
Can't locate object method "_get_content" via package "Test::Mojo" at t/plugin.t line 84.

Because the method Test::Mojo->_get_content() is no longer available on current version of the Mojolicious.

There are two changesets:

Therefore we have to use $t->tx->res->text instead of $t->_get_content($t->tx).

vti commented 10 years ago

Fixed.