summaryrefslogtreecommitdiff
path: root/spec/features/projects/commit
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/commit')
-rw-r--r--spec/features/projects/commit/builds_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/commit/builds_spec.rb b/spec/features/projects/commit/builds_spec.rb
index 73dd568929a..15c381c0f5a 100644
--- a/spec/features/projects/commit/builds_spec.rb
+++ b/spec/features/projects/commit/builds_spec.rb
@@ -12,8 +12,8 @@ feature 'project commit builds' do
context 'when no builds triggered yet' do
background do
create(:ci_pipeline, project: project,
- sha: project.commit.sha,
- ref: 'master')
+ sha: project.commit.sha,
+ ref: 'master')
end
scenario 'user views commit builds page' do