diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-03 17:38:35 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-03 17:38:35 +0200 |
commit | 05820516f1940b50a493fe9f702bdb0a57723d19 (patch) | |
tree | 35c439d7d51fdf19b48cda2d92fae98601bdc4fa /spec | |
parent | a5105ddf132de139a3b2d684cbe7472bc8df6864 (diff) | |
download | gitlab-ce-05820516f1940b50a493fe9f702bdb0a57723d19.tar.gz |
Remove annoying failing spec
Diffstat (limited to 'spec')
-rw-r--r-- | spec/requests/issues_spec.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/requests/issues_spec.rb b/spec/requests/issues_spec.rb index ff4d4c8b8ae..a4b026862ef 100644 --- a/spec/requests/issues_spec.rb +++ b/spec/requests/issues_spec.rb @@ -79,18 +79,6 @@ describe "Issues" do page.should have_content 'foobar2' page.should_not have_content 'gitlab' end - - it "should return all results if term has been cleared" do - visit project_issues_path(project) - fill_in "issue_search", with: "foobar" - # Reset the search field and trigger loading the issues - fill_in "issue_search", with: "" - page.execute_script("$('#issue_search').keyup();"); - - page.should have_content 'foobar' - page.should have_content 'foobar2' - page.should have_content 'gitlab' - end end describe "Filter issue" do |