From f564cbb21ac31da88841ad93d6051d90677b7c12 Mon Sep 17 00:00:00 2001 From: Bryce Johnson Date: Mon, 3 Apr 2017 17:54:40 +0000 Subject: Make file templates easy to use and discover --- spec/features/projects/blobs/user_create_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/projects/blobs') diff --git a/spec/features/projects/blobs/user_create_spec.rb b/spec/features/projects/blobs/user_create_spec.rb index 5686868a0c4..d214a531138 100644 --- a/spec/features/projects/blobs/user_create_spec.rb +++ b/spec/features/projects/blobs/user_create_spec.rb @@ -88,7 +88,7 @@ feature 'New blob creation', feature: true, js: true do scenario 'shows error message' do expect(page).to have_content('Your changes could not be committed because a file with the same name already exists') - expect(page).to have_content('New File') + expect(page).to have_content('New file') expect(page).to have_content('NextFeature') end end -- cgit v1.2.1