From 99c263ad10c5265f59586dbd33f3af6b3a2347f5 Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Tue, 27 Dec 2016 11:24:28 -0600 Subject: Updated some tests descriptions to represent the correct settings path Updated the js from the member_expiration_date to es6 --- spec/features/security/project/internal_access_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/security/project/internal_access_spec.rb') diff --git a/spec/features/security/project/internal_access_spec.rb b/spec/features/security/project/internal_access_spec.rb index 3946d3eff9c..ecebabefff8 100644 --- a/spec/features/security/project/internal_access_spec.rb +++ b/spec/features/security/project/internal_access_spec.rb @@ -82,7 +82,7 @@ describe "Internal Project Access", feature: true do it { is_expected.to be_denied_for(:visitor) } end - describe "GET /:project_path/settings/project_members" do + describe "GET /:project_path/settings/members" do subject { namespace_project_settings_members_path(project.namespace, project) } it { is_expected.to be_allowed_for(:admin) } -- cgit v1.2.1