Bläddra i källkod

Remove extraneous test

Christopher Mullins 6 år sedan
förälder
incheckning
c43ea77d45
1 ändrade filer med 0 tillägg och 8 borttagningar
  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},