summaryrefslogtreecommitdiff
path: root/spec/features/projects/show/developer_views_empty_project_instructions_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/show/developer_views_empty_project_instructions_spec.rb')
-rw-r--r--spec/features/projects/show/developer_views_empty_project_instructions_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/show/developer_views_empty_project_instructions_spec.rb b/spec/features/projects/show/developer_views_empty_project_instructions_spec.rb
index 70dc6c966ba..8d239cb2cbf 100644
--- a/spec/features/projects/show/developer_views_empty_project_instructions_spec.rb
+++ b/spec/features/projects/show/developer_views_empty_project_instructions_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe 'Projects > Show > Developer views empty project instructions' do
+RSpec.describe 'Projects > Show > Developer views empty project instructions' do
let(:project) { create(:project, :empty_repo) }
let(:developer) { create(:user) }