File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 
elasticsearch-model/spec/elasticsearch/model Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ class ::DummyClientModel
3333  context  'when a class includes the client module class methods'  do 
3434
3535    it  'defines the client module class methods on the model'  do 
36-       expect ( DummyClientModel . client ) . to  be_a ( Elasticsearch ::Transport :: Client ) 
36+       expect ( DummyClientModel . client ) . to  be_a ( Elasticsearch ::Client ) 
3737    end 
3838  end 
3939
4040  context  'when a class includes the client module instance methods'  do 
4141
4242    it  'defines the client module class methods on the model'  do 
43-       expect ( DummyClientModel . new . client ) . to  be_a ( Elasticsearch ::Transport :: Client ) 
43+       expect ( DummyClientModel . new . client ) . to  be_a ( Elasticsearch ::Client ) 
4444    end 
4545  end 
4646
@@ -77,7 +77,7 @@ class ::DummyClientModel
7777    end 
7878
7979    it  'does not set the client on the class'  do 
80-       expect ( DummyClientModel . client ) . to  be_a ( Elasticsearch ::Transport :: Client ) 
80+       expect ( DummyClientModel . client ) . to  be_a ( Elasticsearch ::Client ) 
8181    end 
8282  end 
8383end 
Original file line number Diff line number Diff line change 2222  describe  '#client'  do 
2323
2424    it  'should have a default'  do 
25-       expect ( Elasticsearch ::Model . client ) . to  be_a ( Elasticsearch ::Transport :: Client ) 
25+       expect ( Elasticsearch ::Model . client ) . to  be_a ( Elasticsearch ::Client ) 
2626    end 
2727  end 
2828
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments