Restructure test suite
Change-Id: Ibbd4bbb27203f9ffa89ae3e3a36b16f455b3523c
diff --git a/t/user.t b/t/user.t
index baa8967..665a623 100644
--- a/t/user.t
+++ b/t/user.t
@@ -16,11 +16,11 @@
# Mount fake backend
# Get the fixture path
-my $fixtures_path = path(Mojo::File->new(__FILE__)->dirname, 'fixtures');
+my $fixtures_path = path(Mojo::File->new(__FILE__)->dirname, 'server');
my $fake_backend = $t->app->plugin(
Mount => {
$mount_point =>
- $fixtures_path->child('fake_backend.pl')
+ $fixtures_path->child('mock.pl')
}
);
# Configure fake backend