summaryrefslogtreecommitdiff
path: root/features/steps/shared
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2013-10-18 13:28:49 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2013-10-18 13:28:49 +0900
commit20ea670e67be8086fc4f11b587b91ddbc6cf4ee4 (patch)
treec6c2f2c5bffd2cf547808e9b9d44899133b02ab2 /features/steps/shared
parent42fbc911322db2a5fa8a9550ffceecd4da29f572 (diff)
downloadgitlab-ce-20ea670e67be8086fc4f11b587b91ddbc6cf4ee4.tar.gz
Remove "is" from labels
Diffstat (limited to 'features/steps/shared')
-rw-r--r--features/steps/shared/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index c5d8b62bfe7..cef66b038db 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -47,7 +47,7 @@ module SharedProject
Then 'I should see project settings' do
current_path.should == edit_project_path(@project)
- page.should have_content("Project name is")
+ page.should have_content("Project name")
page.should have_content("Features:")
end