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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb
index 034dfc1..819919b 100644
--- a/spec/features/projects_spec.rb
+++ b/spec/features/projects_spec.rb
@@ -13,6 +13,7 @@ describe "Projects" do
end
it { page.should have_content "GitLab / gitlab-shell" }
+ it { page.should have_selector ".search input#search" }
end
describe "GET /projects/:id" do