Merge branch 'development' of git.ukko.mx:gems/var into development
Showing
2 changed files
with
4 additions
and
1 deletions
.rubocop.yml
0 → 100644
| ... | @@ -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 | ... | ... | 
- 
Please register or login to post a comment