Explorar el Código

Remove extraneous print

Christopher Mullins hace 6 años
padre
commit
726e55563a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      test/remote/spec/rest_spec.rb

+ 0 - 1
test/remote/spec/rest_spec.rb

@@ -106,7 +106,6 @@ RSpec.describe 'REST Server' do
       sleep(1)
 
       state = @client.get_state(id)
-      puts state.inspect
       expect(state['status']).to eq('ON')
     end
   end