From 20ea670e67be8086fc4f11b587b91ddbc6cf4ee4 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 18 Oct 2013 13:28:49 +0900 Subject: Remove "is" from labels --- features/steps/shared/project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/shared') 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 -- cgit v1.2.1