diff options
author | Mark Chao <mchao@gitlab.com> | 2018-06-05 17:28:21 +0900 |
---|---|---|
committer | Mark Chao <mchao@gitlab.com> | 2018-06-22 10:24:03 +0800 |
commit | 3460d9655f42e2cd1295375469e4c75df431c9d2 (patch) | |
tree | 2658000bbbc9fd39243b9de5432d6af336b584f8 | |
parent | a3330044b7f12c245885b89447cbfa84de6e33c1 (diff) | |
download | gitlab-ce-3460d9655f42e2cd1295375469e4c75df431c9d2.tar.gz |
revert change
-rw-r--r-- | spec/features/projects/graph_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/graph_spec.rb b/spec/features/projects/graph_spec.rb index 704bcd83bac..b870123f653 100644 --- a/spec/features/projects/graph_spec.rb +++ b/spec/features/projects/graph_spec.rb @@ -12,7 +12,7 @@ describe 'Project Graph', :js do shared_examples 'page should have commits graphs' do it 'renders commits' do - expect(page).to have_content('Commit statistics for maintainer') + expect(page).to have_content('Commit statistics for master') expect(page).to have_content('Commits per day of month') end end |