Skip to content

Commit 9bad1d2

Browse files
committed
Added simple coverage
1 parent 89730af commit 9bad1d2

35 files changed

+6075
-2
lines changed

.byebug_history

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
continue
2+
puts caller
3+
caller
4+
validation_params
5+
exit
6+
subject.save
7+
continue
8+
con tinue
9+
url
10+
TransferwiseClient.configuration.url
11+
"#{url}/#{request.path}"
12+
Net::HTTP::Post.new(url)
13+
url
14+
next
15+
continue
16+
self['details'][query_key]
17+
continue
18+
exit
19+
self.class
20+
self
21+
continue
22+
self['details'][query_key]
23+
params
24+
params.empty?
25+
next
26+
validation['queryKey']
27+
step
28+
VALIDATIONS[self['currency']]
29+
step
30+
request.validation_params
31+
step
32+
continue
33+
request.validation_params
34+
step
35+
continue
36+
VALIDATIONS[self['currency']]
37+
VALIDATIONS[self['currency']].
38+
step
39+
VALIDATIONS['AUD']
40+
VALIDATIONS
41+
VALIDATIONS[self['currency']]
42+
request
43+
request.validation_params.map
44+
step
45+
continue
46+
contoinue
47+
http_responses
48+
next
49+
exit
50+
@account_request
51+
http_responses
52+
next

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
gem 'byebug'
88
gem 'rspec'
9+
gem 'simplecov', require: false, group: :test

Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ GEM
33
specs:
44
byebug (11.0.0)
55
diff-lcs (1.3)
6+
docile (1.3.1)
7+
json (2.2.0)
68
rspec (3.8.0)
79
rspec-core (~> 3.8.0)
810
rspec-expectations (~> 3.8.0)
@@ -16,13 +18,19 @@ GEM
1618
diff-lcs (>= 1.2.0, < 2.0)
1719
rspec-support (~> 3.8.0)
1820
rspec-support (3.8.0)
21+
simplecov (0.16.1)
22+
docile (~> 1.1)
23+
json (>= 1.8, < 3)
24+
simplecov-html (~> 0.10.0)
25+
simplecov-html (0.10.2)
1926

2027
PLATFORMS
2128
ruby
2229

2330
DEPENDENCIES
2431
byebug
2532
rspec
33+
simplecov
2634

2735
BUNDLED WITH
2836
1.16.6

0 commit comments

Comments
 (0)