| 
									
										
										
										
											2015-01-11 17:54:36 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | var assert = require('assert'); | 
					
						
							|  |  |  | var web3 = require('../index.js'); | 
					
						
							|  |  |  | var u = require('./utils.js'); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | describe('web3', function() { | 
					
						
							|  |  |  |     describe('db', function() { | 
					
						
							| 
									
										
										
										
											2015-01-15 11:38:21 +01:00
										 |  |  |         u.methodExists(web3.db, 'put'); | 
					
						
							|  |  |  |         u.methodExists(web3.db, 'get'); | 
					
						
							|  |  |  |         u.methodExists(web3.db, 'putString'); | 
					
						
							|  |  |  |         u.methodExists(web3.db, 'getString'); | 
					
						
							| 
									
										
										
										
											2015-01-11 17:54:36 +01:00
										 |  |  |     }); | 
					
						
							|  |  |  | }); | 
					
						
							|  |  |  | 
 |