mas-rad_core 0.0.44 → 0.0.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -128,6 +128,14 @@ RSpec.describe FirmResult do
128
128
  expect(subject.adviser_qualification_ids).to eq([3])
129
129
  end
130
130
 
131
+ describe '#minimum_pot_size?' do
132
+ context 'when £50k or less' do
133
+ it 'is false' do
134
+ expect(subject).to_not be_minimum_pot_size
135
+ end
136
+ end
137
+ end
138
+
131
139
  describe '#telephone_number' do
132
140
  context 'when present' do
133
141
  it 'correctly formatted' do
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.44
4
+ version: 0.0.45
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-04-20 00:00:00.000000000 Z
11
+ date: 2015-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails