Parcourir la source

Remove extraneous print

Christopher Mullins il y a 6 ans
Parent
commit
726e55563a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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