Ricardo Garcia
Builds for 1 pipeline failed in 0 seconds

Configure rubocop

1 +AllCops:
2 + TargetRubyVersion: 2.3
...@@ -141,7 +141,8 @@ describe Var do ...@@ -141,7 +141,8 @@ describe Var do
141 # 141 #
142 # allow(chargable_product).to receive(:update_columns).and_return true 142 # allow(chargable_product).to receive(:update_columns).and_return true
143 # allow(chargable_product).to receive(:var_payed?).and_return false 143 # allow(chargable_product).to receive(:var_payed?).and_return false
144 - # allow(chargable_product).to receive(:var_id).and_return '5511d4ce2412294cf6000081' 144 + # allow(chargable_product).to receive(:var_id).
145 + # and_return '5511d4ce2412294cf6000081'
145 146
146 # expect(result.var_id).to eq('5511d4ce2412294cf6000081') 147 # expect(result.var_id).to eq('5511d4ce2412294cf6000081')
147 # TODO: Define what is actually being teted 148 # TODO: Define what is actually being teted
......