myfinance-rails 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a75f70349a4185df31b90d8df5633134843f56c8
|
4
|
+
data.tar.gz: df40966ec62b41207aa42c42c4b7142fa1bc7f77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e29bb5a4ae7e115fb140bc3bcca83b0902007fbedeeec4ccfc124bb7b1f81594b73df10f6302729dd79f7eb1b3b0bd1edffabcf27cd910a0c3f5576d779bd43
|
7
|
+
data.tar.gz: 7708ceeaebd305cc85ff964864c2a2881e4cb45ca095b098ad5207437c16c022c5e331f8bfeb3ab76ed0cd632357edbcbe099dbaf6abce8ca417f4e89aa2014b
|
data/lib/myfinance/version.rb
CHANGED
@@ -54,7 +54,7 @@ describe 'Manipulando Contas a Receber', type: :feature do
|
|
54
54
|
]
|
55
55
|
}
|
56
56
|
conta_a_receber = Myfinance.cria_conta_a_receber('Minhas Finanças',faturamento)
|
57
|
-
expect(conta_a_receber['
|
57
|
+
expect(conta_a_receber['receivable_account']).to_not be_nil
|
58
58
|
end
|
59
59
|
|
60
60
|
|