Introduce OStatus::TagManager (#5008)
This commit is contained in:
		
					parent
					
						
							
								df1ce2350c
							
						
					
				
			
			
				commit
				
					
						bb4d005a83
					
				
			
		
					 31 changed files with 308 additions and 297 deletions
				
			
		|  | @ -34,7 +34,7 @@ RSpec.describe UnblockService do | |||
|     it 'sends an unblock salmon slap' do | ||||
|       expect(a_request(:post, "http://salmon.example.com/").with { |req| | ||||
|         xml = OStatus2::Salmon.new.unpack(req.body) | ||||
|         xml.match(TagManager::VERBS[:unblock]) | ||||
|         xml.match(OStatus::TagManager::VERBS[:unblock]) | ||||
|       }).to have_been_made.once | ||||
|     end | ||||
|   end | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue