소스 검색

Remove extraneous test

Christopher Mullins 6 년 전
부모
커밋
c43ea77d45
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      test/remote/spec/transition_spec.rb

+ 0 - 8
test/remote/spec/transition_spec.rb

@@ -562,14 +562,6 @@ RSpec.describe 'Transitions' do
   end
 
   context 'computed parameters' do
-    # it 'should accept no length parameters' do
-    #   result = @client.schedule_transition(@id_params, field: 'kelvin', end_value: 100)
-
-    #   puts @transition_defaults
-
-    #   expect(result).to eq({'success' => true})
-    # end
-
     (@transition_defaults = {
       duration: {default: 4.5, test: 2},
       num_periods: {default: 10, test: 5},