diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-08-17 18:59:24 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2016-08-17 18:59:24 -0300 |
commit | c02ff0e5c834ff0ba0923dc55c7a8be760e3cfd7 (patch) | |
tree | eeb5897943b3a97502c2a3dcd3fcf6f49790b8e0 /tests/white-box/webapp.rb | |
parent | 3cfcbcfdf4dda55ec3a96e2d31477d5348a411c0 (diff) |
[test] soledad doesnt have design docs anymore
This code was testing for it and should be removed.
Diffstat (limited to 'tests/white-box/webapp.rb')
-rw-r--r-- | tests/white-box/webapp.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/white-box/webapp.rb b/tests/white-box/webapp.rb index 68f3dcd2..424465da 100644 --- a/tests/white-box/webapp.rb +++ b/tests/white-box/webapp.rb @@ -104,9 +104,6 @@ class Webapp < LeapTest repeatedly_try("/#{db_name}") do |body, response, error| assert false, "Could not find user db `#{db_name}` for test user `#{user.username}`\nuuid=#{user.id}\nHTTP #{response.code} #{error} #{body}" end - repeatedly_try("/#{db_name}/_design/docs") do |body, response, error| - assert false, "Could not find design docs for user db `#{db_name}` for test user `#{user.username}`\nuuid=#{user.id}\nHTTP #{response.code} #{error} #{body}" - end end # |