diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-03-07 12:01:58 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-03-07 12:01:58 +0000 |
commit | 4cbc39bfab32f7c9ac038ba9dcecf14efebb2b9d (patch) | |
tree | d042c0ab996ac171511a1cb23b0fdb7db375682b | |
parent | bf80eb968233e4424f8555596ee5ca4a587c9cf6 (diff) | |
download | gitlab-ce-4cbc39bfab32f7c9ac038ba9dcecf14efebb2b9d.tar.gz |
Fix rubocop lint error
-rw-r--r-- | spec/features/environments_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/environments_spec.rb b/spec/features/environments_spec.rb index 75285b70024..169695b0759 100644 --- a/spec/features/environments_spec.rb +++ b/spec/features/environments_spec.rb @@ -248,4 +248,4 @@ feature 'Environments page', :feature, :js do def visit_environments(project) visit namespace_project_environments_path(project.namespace, project) end -end
\ No newline at end of file +end |