summaryrefslogtreecommitdiff
path: root/spec/features/projects_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects_spec.rb')
-rw-r--r--spec/features/projects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb
index 7a337ef..c6320b7 100644
--- a/spec/features/projects_spec.rb
+++ b/spec/features/projects_spec.rb
@@ -21,7 +21,7 @@ describe "Projects" do
end
it { page.should have_content @project.name }
- it { page.should have_content 'All builds' }
+ it { page.should have_content 'All commits' }
end
describe "GET /projects/:id/edit" do