Commit 11ecf28cb4f81a208b2281d3459cb0f55afb30bc
1 parent
b88674da
Exists in
master
and in
29 other branches
ActionItem93: removing unused
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1059 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
15 deletions
Show diff stats
test/integration/search_enterprise_test.rb
| ... | ... | @@ -1,15 +0,0 @@ |
| 1 | -require "#{File.dirname(__FILE__)}/../test_helper" | |
| 2 | - | |
| 3 | -class SearchEnterpriseTest < ActionController::IntegrationTest | |
| 4 | - all_fixtures | |
| 5 | - | |
| 6 | - def test_search_by_name_or_tag | |
| 7 | - login('ze', 'test') | |
| 8 | - get '/myprofile/ze/membership_editor' | |
| 9 | - assert_response :success | |
| 10 | - assert_tag :tag => 'input', :attributes => {'name', 'query'} | |
| 11 | - | |
| 12 | - get '/myprofile/ze/membership_editor/search', :query => 'bla' | |
| 13 | - assert_response :success | |
| 14 | - end | |
| 15 | -end |