plaid_rails 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ module PlaidRails
21
21
 
22
22
  it "can call CreateAccountService" do
23
23
  accounts = PlaidRails::CreateAccountService.call(account_params)
24
- expect(accounts.size).to eq 4
24
+ expect(accounts.size).to eq 5
25
25
  end
26
26
 
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plaid_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Curt Wilhelm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-28 00:00:00.000000000 Z
11
+ date: 2018-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails