From 17d9e0dc923f1bedd076ccb05457a6af5f7ed1e0 Mon Sep 17 00:00:00 2001 From: Tristan Robert Date: Tue, 25 Aug 2020 10:53:41 +0200 Subject: [PATCH] docs: :pencil: update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e7753342..252ac9e08 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ or just one: ```shell export DISABLE_SPRING=true -bundle exec bin/rake test TEST=test/functional/compute_resources_controller_test.rb DATABASE_URL=nulldb://nohost +bundle exec bin/rake test TEST=../foreman_fog_proxmox/test/functional/compute_resources_controller_test.rb DATABASE_URL=nulldb://nohost ``` * Check code syntax with rubocop and foreman rules: