mas-rad_core 0.0.50 → 0.0.51

Sign up to get free protection for your applications and to get access to all the features.
@@ -199,7 +199,7 @@ RSpec.describe Adviser do
199
199
  end
200
200
 
201
201
  it 'triggers reindexing of the original firm (once)' do
202
- expect(IndexFirmJob).to receive(:perform_later).once().with(original_firm.id)
202
+ expect(IndexFirmJob).to receive(:perform_later).once().with(original_firm)
203
203
  subject.firm = receiving_firm
204
204
  save_with_commit_callback(subject)
205
205
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mas-rad_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.50
4
+ version: 0.0.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Lovell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-08 00:00:00.000000000 Z
11
+ date: 2015-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails