Jedi

 view release on metacpan or  search on metacpan

t/Jedi/Launcher.t  view on Meta::CPAN

# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
use Test::Most 'die';
use HTTP::Request::Common;
use Plack::Test;
use Jedi::Launcher;
use Path::Class;

{
    local @ARGV = ( '-c', file( 't', 'configs', 'test.yml' )->stringify );
    my $jedi_launcher = Jedi::Launcher->new_with_options;

    my $config = $jedi_launcher->parse_config;
    my $jedi   = $jedi_launcher->jedi_initialize($config);
    my ( $runner, $options ) = $jedi_launcher->plack_initialize($config);

    is_deeply $config,
        {
        Jedi => {
            Roads => {



( run in 0.592 second using v1.01-cache-2.11-cpan-49f99fa48dc )