|
|
|
@ -28,7 +28,7 @@ $t->get_ok( "/dashboard/blog/$blog_id" ) |
|
|
|
is $self->stash->{blog}->domain->name, 'blog.example.com', "Correct domain name for id."; |
|
|
|
is $self->stash->{blog}->domain->name, 'blog.example.com', "Correct domain name for id."; |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
$t->get_ok( "/dashboard/blog/$blog_id/settings" ) |
|
|
|
$t->get_ok( "/dashboard/blog/$blog_id/config" ) |
|
|
|
->code_block(sub { |
|
|
|
->code_block(sub { |
|
|
|
my $self = shift; |
|
|
|
my $self = shift; |
|
|
|
ok exists $self->stash->{form}->{config}, 'There is a config'; |
|
|
|
ok exists $self->stash->{form}->{config}, 'There is a config'; |
|
|
|
|