make the json minification test less order dependent
This commit is contained in:
		
							parent
							
								
									5219dd13e6
								
							
						
					
					
						commit
						792abad221
					
				|  | @ -329,9 +329,7 @@ EOS | |||
|       end | ||||
| 
 | ||||
|       it "minifies JSON-LD" do | ||||
|         expected = <<-EOS.strip | ||||
| {"name":null,"description":"description","author":null,"@type":"BlogPosting" | ||||
| EOS | ||||
|         expected = '{"name":null,"description":"description"' | ||||
|         expect(output).to match(expected) | ||||
|       end | ||||
|     end | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue