finapps 5.0.34 → 5.0.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,14 +3,14 @@
3
3
  RSpec.describe FinApps::REST::Version do
4
4
  include SpecHelpers::Client
5
5
 
6
- subject { described_class.new(client) }
6
+ subject(:version) { described_class.new(client) }
7
7
 
8
8
  describe '#show' do
9
- it { expect { subject.show }.not_to raise_error }
10
- it('returns a string') { expect(subject.show[0]).to be_a(String) }
9
+ it { expect { version.show }.not_to raise_error }
10
+ it('returns a string') { expect(version.show[0]).to be_a(String) }
11
11
 
12
12
  it('starts with the words "Version =>"') do
13
- expect(subject.show[0]).to start_with('Version =>')
13
+ expect(version.show[0]).to start_with('Version =>')
14
14
  end
15
15
  end
16
16
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.34
4
+ version: 5.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-25 00:00:00.000000000 Z
11
+ date: 2020-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: finapps_core
@@ -471,7 +471,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
471
471
  - !ruby/object:Gem::Version
472
472
  version: '0'
473
473
  requirements: []
474
- rubygems_version: 3.1.3
474
+ rubygems_version: 3.1.4
475
475
  signing_key:
476
476
  specification_version: 4
477
477
  summary: FinApps REST API ruby client.