post_test.rb: add more metatag search tests.

This commit is contained in:
evazion
2017-02-06 01:58:45 -06:00
parent cac5eae3c4
commit 35b3398142
5 changed files with 340 additions and 167 deletions

View File

@@ -16,6 +16,7 @@ module SavedSearchTestHelper
service = mock_sqs_service.new
SavedSearch.stubs(:sqs_service).returns(service)
SavedSearch.stubs(:update_listbooru_on_create)
Danbooru.config.stubs(:aws_sqs_saved_search_url).returns("http://localhost:3002")
Danbooru.config.stubs(:listbooru_auth_key).returns("blahblahblah")
Danbooru.config.stubs(:listbooru_server).returns("http://localhost:3001")