From 2d6409f56d8803a29652f2fee7699b9442ade7e0 Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Wed, 4 Sep 2019 14:48:59 +0200 Subject: [PATCH] Move image templates feature specs under spec/features/webui --- .../spec/{bootstrap => }/features/webui/image_templates_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/api/spec/{bootstrap => }/features/webui/image_templates_spec.rb (97%) diff --git a/src/api/spec/bootstrap/features/webui/image_templates_spec.rb b/src/api/spec/features/webui/image_templates_spec.rb similarity index 97% rename from src/api/spec/bootstrap/features/webui/image_templates_spec.rb rename to src/api/spec/features/webui/image_templates_spec.rb index 30fc04d36a9..81fa8521cc2 100644 --- a/src/api/spec/bootstrap/features/webui/image_templates_spec.rb +++ b/src/api/spec/features/webui/image_templates_spec.rb @@ -1,6 +1,6 @@ require 'browser_helper' -RSpec.feature 'Bootstrap_ImageTemplates', type: :feature, js: true, vcr: true do +RSpec.feature 'ImageTemplates', type: :feature, js: true, vcr: true do let!(:user) { create(:confirmed_user, :with_home, login: 'tom') } context 'branching' do