Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple cov refactor bjs #1011

Open
wants to merge 327 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
327 commits
Select commit Hold shift + click to select a range
6b47aeb
Refactor: added expect to try and achieve 100% test coverage
brycesimonds Jun 4, 2022
2c3c3d9
test: ran simplecov and got 96.8% coverage
brycesimonds Jun 4, 2022
6e14894
Feat: added the class
brycesimonds Jun 4, 2022
af15bc2
Test: added exists test
brycesimonds Jun 4, 2022
f9c7e68
Feat: initialized InvoiceItem
brycesimonds Jun 4, 2022
d0f074b
Debug: changed require invoice item from class to the .rb file
brycesimonds Jun 4, 2022
5579f1d
Test: added has attributes test, AND passed test at same time
brycesimonds Jun 4, 2022
83f6fb3
Test: test for unit price to dollars method
brycesimonds Jun 4, 2022
6220746
Feat: added unit price to dollars method
brycesimonds Jun 4, 2022
9813775
add initial test and code for invoice repo
Ethan-t-n Jun 4, 2022
b5e518c
Feat: added additional .rb files
brycesimonds Jun 4, 2022
933436e
add initial test for invoice
Ethan-t-n Jun 4, 2022
40f1c81
Debug: re-working SalesEngine initialize
brycesimonds Jun 4, 2022
b8b9fb8
Debug: try to get SalesEngine to work
brycesimonds Jun 4, 2022
46e1844
Feat - add 'average_item_price_for_merchant' test
bensjsilverstein Jun 4, 2022
dd0d0f6
add invoice class
Ethan-t-n Jun 4, 2022
2ec09f3
Feat: made item_repo_data variable in from_csv method
brycesimonds Jun 4, 2022
e9f1c27
Debug: go back to original sales_engine rb
brycesimonds Jun 4, 2022
b658227
Feat - Add 'average_item_price_for_merchant' method
bensjsilverstein Jun 4, 2022
058f699
Test - add 'average_items_per_merchant_standard_deviation' test
bensjsilverstein Jun 4, 2022
10b97f4
Feat - Add 'average_items_per_merchant_standard_deviaiton' method
bensjsilverstein Jun 4, 2022
0779406
Fix - convert unit_price method to float
bensjsilverstein Jun 4, 2022
3420de1
Test - Add 'merchants_with_high_item_count' test
bensjsilverstein Jun 5, 2022
68bd4e7
Feat - Add 'merchants_with_high_item_count' method
bensjsilverstein Jun 5, 2022
4d9dbfb
Merge pull request #9 from Ethan-t-n/sales_analyst_tests_methods2_bjs
sdecesari Jun 5, 2022
b43f658
Test: added it exists test
brycesimonds Jun 5, 2022
468fb3c
Debug: corrected the it exists test
brycesimonds Jun 5, 2022
9fe0023
Feat: created an instance of InvoiceItemRepo.
brycesimonds Jun 5, 2022
a53970f
Test: added test for all invoice item instances and opy and pasted si…
brycesimonds Jun 5, 2022
7bf2d10
Debug: added require invoice item at top and edited the argument for …
brycesimonds Jun 5, 2022
b3e076c
Feat: added initialize method and attr's. Also copy and pasted simili…
brycesimonds Jun 5, 2022
234014a
Test: added find by id test
brycesimonds Jun 5, 2022
368737d
Debug: find by id test fixed to check id, not item id
brycesimonds Jun 5, 2022
4de94bd
Feat: added find by id method
brycesimonds Jun 5, 2022
bb872f6
Test: added test for find by item id
brycesimonds Jun 5, 2022
3356db0
Feat: added find by item id method
brycesimonds Jun 5, 2022
7586d5e
Debug: changed to find ALL by item id, not just one
brycesimonds Jun 5, 2022
e4b3b5c
Test: added find ALL by item id
brycesimonds Jun 5, 2022
9321cf8
Feat: added find ALL by item id method
brycesimonds Jun 5, 2022
8e9a319
Test: find ALL by invoice id test added
brycesimonds Jun 5, 2022
ec29636
Feat: added find ALL by invoice id method
brycesimonds Jun 5, 2022
c0b709a
Test: added can create an invoice item instance
brycesimonds Jun 5, 2022
9553df7
Test: changed title to can create Invoice Item instance
brycesimonds Jun 5, 2022
6828083
Debug: create test was edited to have id equal nil to begin in attrib…
brycesimonds Jun 5, 2022
ee223ed
Feat: create method is added
brycesimonds Jun 5, 2022
20f4ca3
Test: added can update method test
brycesimonds Jun 5, 2022
f5c3a4e
Debug: edited update test so updated at would return a time
brycesimonds Jun 5, 2022
05b5bb6
Feat: added update method
brycesimonds Jun 5, 2022
7b1bf0b
Test: added can delete test
brycesimonds Jun 5, 2022
94f727d
Debug: corrected the expect in the delete test
brycesimonds Jun 5, 2022
e5957ed
Feat: added delete method
brycesimonds Jun 5, 2022
fde9305
Test: added exists test and copy and pasted test code from similiar p…
brycesimonds Jun 5, 2022
eb95c26
added require transactions
brycesimonds Jun 5, 2022
2590484
Test: re-created it exists test
brycesimonds Jun 5, 2022
ec4d6fc
Feat: transaction initialize complete
brycesimonds Jun 5, 2022
29ef4ee
Test: created has attributes test and passed at same time
brycesimonds Jun 5, 2022
9001f5c
Refactor: deleted grayed out code
brycesimonds Jun 5, 2022
872be11
Test -Add 'average_average_price_per_merchant' test
sdecesari Jun 5, 2022
10594af
Feat -Add 'average_average_price_per_merchant' method
sdecesari Jun 5, 2022
2682ea1
Debug: fixed spelling of repository
brycesimonds Jun 5, 2022
4ab4219
Test: exists passes
brycesimonds Jun 5, 2022
5ce8fa8
Feat: initialized method complete
brycesimonds Jun 5, 2022
668f251
Test: returns all known Transaction instances:
brycesimonds Jun 5, 2022
034a5f3
Debug: changed number to expect for count
brycesimonds Jun 5, 2022
b74ef38
Feat: added @all to attr reader
brycesimonds Jun 5, 2022
f94cb1f
Test: added find by id test
brycesimonds Jun 5, 2022
3fd0dd1
Feat: added find by id method
brycesimonds Jun 5, 2022
13a90d8
Test: added can find be all invoice id test
brycesimonds Jun 5, 2022
7ab1730
Debug: changed expecting number of instances to be 2
brycesimonds Jun 5, 2022
a925def
Feat: find all by invoice id complete
brycesimonds Jun 5, 2022
a3d1b04
Test: added find all by credit card #
brycesimonds Jun 5, 2022
832a439
Debug: changed expect number to 1
brycesimonds Jun 5, 2022
f248fa8
Feat: find all by credit card number complete
brycesimonds Jun 5, 2022
f4fa26c
Test: added can find all by result test
brycesimonds Jun 5, 2022
6bda42f
Test: added can find all by result
brycesimonds Jun 5, 2022
24cca37
Feat: find all by result complete
brycesimonds Jun 5, 2022
798c73e
Test: added create test
brycesimonds Jun 5, 2022
fa3d5a9
Feat: create method complete
brycesimonds Jun 5, 2022
3f8ad75
Test: added update test
brycesimonds Jun 5, 2022
2b82d02
Feat: update method complete
brycesimonds Jun 5, 2022
94427e9
Test -Add 'golden_items' test
sdecesari Jun 5, 2022
d998891
Feat -Add 'golden_items' method
sdecesari Jun 5, 2022
a49d9f1
Test: testing delete method
brycesimonds Jun 5, 2022
afa25df
Feat: delete method complete
brycesimonds Jun 5, 2022
c4a6143
Created customer.rb file
brycesimonds Jun 5, 2022
2b11d0b
Test: exist test
brycesimonds Jun 5, 2022
d221b32
Feat: initialize method complete
brycesimonds Jun 5, 2022
0f15a29
Test: created and passed has attributes test
brycesimonds Jun 5, 2022
dc38c71
Created .rb files
brycesimonds Jun 5, 2022
facfb6e
Added customer and customer repo files
brycesimonds Jun 5, 2022
dfd2c51
Test: it exists
brycesimonds Jun 5, 2022
336c8ac
Feat: initialized method complete
brycesimonds Jun 5, 2022
5ffc11f
Feat: returns all customer instances
brycesimonds Jun 5, 2022
ea70dd8
Debug: changed expected equal
brycesimonds Jun 5, 2022
8624f96
Debug: spelled repository wrong, so fixed it
brycesimonds Jun 5, 2022
c65ee5b
Test: can find by id
brycesimonds Jun 5, 2022
77c0f8c
Feat: find by id method complete
brycesimonds Jun 5, 2022
74164ea
Test: for can find all by first name
brycesimonds Jun 5, 2022
8a63073
Feat: find all by first name complete
brycesimonds Jun 5, 2022
fd33f02
Test: can find ALL by last name
brycesimonds Jun 5, 2022
a9598a3
Refactor: created method and test alongside Spec Harness
brycesimonds Jun 5, 2022
a58b69a
Test: can find all by last name
brycesimonds Jun 5, 2022
84681f8
Test: changed expected length number
brycesimonds Jun 5, 2022
519c23b
Feat: find all by last name complete
brycesimonds Jun 5, 2022
6b4334b
Test: changed id value to nil
brycesimonds Jun 5, 2022
b5b753e
Ungrayed some text
brycesimonds Jun 5, 2022
e77fc27
Test: added test for first name section in creating method
brycesimonds Jun 5, 2022
041da9d
Debug: fixed create test by not creating more instances in the test t…
brycesimonds Jun 5, 2022
740dc19
Feat: create method complete
brycesimonds Jun 5, 2022
fdcac2e
Test: testing update method
brycesimonds Jun 5, 2022
5fd0843
Feat: update method complete
brycesimonds Jun 5, 2022
05c5661
Test: testing delete method
brycesimonds Jun 5, 2022
c71f662
Feat: delete method complete
brycesimonds Jun 5, 2022
9d86caf
Test: if invoice is paid in full test
brycesimonds Jun 5, 2022
951022b
Refactor: moved test for invoice paid in full
brycesimonds Jun 5, 2022
cc6afbd
Test: invoice paid in full
brycesimonds Jun 5, 2022
f40a507
Refactor: took up to date github merge into file
brycesimonds Jun 5, 2022
e79fc72
Test: returns total $ of invoice with matching id
brycesimonds Jun 5, 2022
d338711
Feat: added invoice total method..unsure if will pass
brycesimonds Jun 5, 2022
50a0d31
Refactor: deleted a space
brycesimonds Jun 5, 2022
6aaf4e9
Merge branch 'master' into iteration_1_bgs
sdecesari Jun 6, 2022
23e75ff
Merge pull request #10 from Ethan-t-n/iteration_1_bgs
sdecesari Jun 6, 2022
8b277a3
Test -Update 'average_item_price_for_merchant' to match spec harness
sdecesari Jun 6, 2022
f470237
Feat -Add require 'entry' on top of ruby file
sdecesari Jun 6, 2022
0c7b9ec
Merge branch 'master' into feat/iteration1-sd
bensjsilverstein Jun 6, 2022
12793a1
Merge pull request #11 from Ethan-t-n/feat/iteration1-sd
bensjsilverstein Jun 6, 2022
1e022e3
fix require
Ethan-t-n Jun 6, 2022
a212f10
add test for returning array and find by id
Ethan-t-n Jun 6, 2022
a9adbb0
add find_by_id method
Ethan-t-n Jun 6, 2022
c542793
add test for find all by customer id
Ethan-t-n Jun 6, 2022
5632c92
add test for find all by merchant id
Ethan-t-n Jun 6, 2022
ac6ec20
add method for find all by merchant id an refactor test
Ethan-t-n Jun 6, 2022
f13eb14
add test for find all by status
Ethan-t-n Jun 6, 2022
a07ea4e
add method for find all by status
Ethan-t-n Jun 6, 2022
fd165da
Feat -Refactor and clean up methods
sdecesari Jun 6, 2022
00f57a8
add initial test for create
Ethan-t-n Jun 6, 2022
914cfae
add method for create
Ethan-t-n Jun 6, 2022
f2c31c0
add test for update
Ethan-t-n Jun 6, 2022
df0fe88
Feat -Add 'inspect' method for spec harness
sdecesari Jun 6, 2022
67879eb
Feat -Add 'inspect' method for spec harness
sdecesari Jun 6, 2022
98e7bc7
Feat -Add 'inspect' method for spec harness
sdecesari Jun 6, 2022
b9714d4
Feat -Add 'inspect' method for spec harness
sdecesari Jun 6, 2022
c7c4280
Feat -Add 'require_relaitve 'entry' to top of file
sdecesari Jun 6, 2022
2ed95e4
Feat -Add 'inspect' method for spec harness
sdecesari Jun 6, 2022
35d7f9b
Feat -Add 'require_relative 'entry'' to top of file
sdecesari Jun 6, 2022
3abfbe2
Feat -Add 'merchants' method for spec harness
sdecesari Jun 6, 2022
3fa74f5
Feat -Change all 'require' to 'require_relative'
sdecesari Jun 6, 2022
f243672
Merge pull request #12 from Ethan-t-n/feat/refactor_iteration0-sd
bensjsilverstein Jun 6, 2022
ce21731
add method for update and refactor tests
Ethan-t-n Jun 6, 2022
2081c16
Merge pull request #13 from Ethan-t-n/feat/iteration_2_en
bensjsilverstein Jun 6, 2022
e682098
Test -Refactor time to be consistant in both item and item_merchant s…
sdecesari Jun 6, 2022
f0b810a
Test -Refactor time to be consistant in both item and item_repository…
sdecesari Jun 6, 2022
cd50e3b
Test -Clean up lines in spec
sdecesari Jun 6, 2022
9fd3ca1
Test -Clean up lines in spec
sdecesari Jun 6, 2022
4cca574
Feat -Remove extra lines
sdecesari Jun 6, 2022
146bc58
Feat -Remove extra lines
sdecesari Jun 6, 2022
f3aab54
Feat -Remove extra lines
sdecesari Jun 6, 2022
8b24097
Feat -Remove extra lines
sdecesari Jun 6, 2022
16432fa
add delete test for invoice repo
Ethan-t-n Jun 6, 2022
9bea140
add delete method
Ethan-t-n Jun 6, 2022
c1b0d11
Feat -Add missing end
sdecesari Jun 6, 2022
0d8c6c4
Merge pull request #14 from Ethan-t-n/feat/add_delete_method
brycesimonds Jun 6, 2022
b03d070
Remove extra line
sdecesari Jun 6, 2022
d538b12
Remove pry and fix syntax
sdecesari Jun 6, 2022
7a2e2b2
Remove extra line fix syntax and update time
sdecesari Jun 6, 2022
73487f5
Remove extra lines fix syntax
sdecesari Jun 6, 2022
fd411c9
Remove extra lines
sdecesari Jun 6, 2022
5aca32f
Remove extra lines
sdecesari Jun 6, 2022
3407d71
Remove extra line and fix syntax
sdecesari Jun 7, 2022
0019575
Remove extra line
sdecesari Jun 7, 2022
4987069
Fix syntax and add require_relative entry
sdecesari Jun 7, 2022
f6d890a
Merge pull request #15 from Ethan-t-n/refactor_iteration0-sd
Ethan-t-n Jun 7, 2022
5f1af54
Fix - Missing 'end' on invoice_total method
bensjsilverstein Jun 7, 2022
e25e3f0
Test - Fix 'average_item_price_for_merchant'
bensjsilverstein Jun 7, 2022
826f9d4
Feat - Add 'price_std_dev' method
bensjsilverstein Jun 7, 2022
16ac974
Merge pull request #16 from Ethan-t-n/iteration1_refactor_bjs
sdecesari Jun 7, 2022
ee6db95
refactoring sales_analyst
Ethan-t-n Jun 7, 2022
296d8c6
Merge branch 'master' into feat/refactor_iteration0-sd
brycesimonds Jun 7, 2022
dffde2a
Merge pull request #17 from Ethan-t-n/feat/refactor_iteration0-sd
brycesimonds Jun 7, 2022
bdc147d
Fix - change vairable name
bensjsilverstein Jun 7, 2022
696bf19
Fix - change variable name
bensjsilverstein Jun 7, 2022
dc39e99
add idea for sales analyst
Ethan-t-n Jun 7, 2022
c1c8e42
Merge pull request #18 from Ethan-t-n/variable_rename1_bjs
brycesimonds Jun 7, 2022
1691c23
Merge pull request #19 from Ethan-t-n/feat/add_in_sales_analyest_en
bensjsilverstein Jun 7, 2022
8474f95
Fix - Refactor 'create' method Fix - update variable naming
bensjsilverstein Jun 7, 2022
1194324
Fix - update variable naming, refactor create method
bensjsilverstein Jun 7, 2022
260e506
Refactor - update variable naming
bensjsilverstein Jun 7, 2022
3a173f4
Test - add 'average_invoices_per_merchant' test
bensjsilverstein Jun 7, 2022
3461813
Fix - updated test to use @ variable in before :each statement
bensjsilverstein Jun 7, 2022
39bb8a1
Feat - add 'average_invoices_per_merchant_standard_deviation' method
bensjsilverstein Jun 7, 2022
7768a62
Test - Add 'average_invoices_per_merchant_standard_deviation' test
bensjsilverstein Jun 7, 2022
9b439bb
Refactor - Adjust spacing
bensjsilverstein Jun 7, 2022
7f66a11
Feat - Add 'average_invoices_per_merchant_standard_deviation' method
bensjsilverstein Jun 8, 2022
e469eff
Test - Add 'top_merchants_by_invoice_count' test
bensjsilverstein Jun 8, 2022
37af5cf
Feat - Add 'top_merchants_by_invoice_count' method
bensjsilverstein Jun 8, 2022
0218985
Test - Add 'bottom_merchants_by_invoice_count' test
bensjsilverstein Jun 8, 2022
921ddc4
completed invoice total method
brycesimonds Jun 8, 2022
3ecee62
Merge pull request #20 from Ethan-t-n/finish_iteration_3_methods_bgs
Ethan-t-n Jun 8, 2022
81b86c7
Fix - adjust bottom_merchants_by_invoice_count test methods
bensjsilverstein Jun 8, 2022
41b055e
Feat - Add 'bottom_merchants_by_invoice_count' method
bensjsilverstein Jun 8, 2022
0bb50bd
Feat - update require_relative statement with new spec files
bensjsilverstein Jun 8, 2022
b484b01
Merge branch 'master' into iteration2_bjs
brycesimonds Jun 8, 2022
3a562cb
Merge pull request #21 from Ethan-t-n/iteration2_bjs
brycesimonds Jun 8, 2022
115b971
Remove x from methods
sdecesari Jun 8, 2022
11b2b57
SimpleCov bug fix
bensjsilverstein Jun 8, 2022
e22c56f
Merge pull request #22 from Ethan-t-n/SimpleCov_bugfix_bjs
sdecesari Jun 8, 2022
2f7e488
Remove x from methods
sdecesari Jun 8, 2022
6c7d4d6
Remove x from methods and refactor to single line code
sdecesari Jun 8, 2022
e43d237
Merge pull request #23 from Ethan-t-n/refactor_all=sd
brycesimonds Jun 8, 2022
f3c0d1e
Remove extra lines
sdecesari Jun 8, 2022
ee641da
Remove extra lines
sdecesari Jun 8, 2022
f32d8b0
Remove extra lines
sdecesari Jun 8, 2022
d9340af
Remove extra lines
sdecesari Jun 8, 2022
d4c1fa7
Feat: invoice status method complete
brycesimonds Jun 8, 2022
691ce77
Merge pull request #25 from Ethan-t-n/debug_bgs
Ethan-t-n Jun 8, 2022
a85be74
Merge branch 'master' into refactor_all-sd
brycesimonds Jun 8, 2022
08e862c
Merge pull request #24 from Ethan-t-n/refactor_all-sd
brycesimonds Jun 8, 2022
11a012d
Change code to single line
sdecesari Jun 8, 2022
b4771d0
Feat: got array of invoice instances with created at turned to days o…
brycesimonds Jun 8, 2022
21500ff
Feat: added super to initialize
brycesimonds Jun 8, 2022
b8d252a
Remove octothorpes
sdecesari Jun 8, 2022
2b57fe6
Update x and c varaible names
sdecesari Jun 8, 2022
71a6451
Remove octothorpes
sdecesari Jun 8, 2022
c67ac0c
Remove octothorpes
sdecesari Jun 8, 2022
fa01892
Remove octothorpes
sdecesari Jun 8, 2022
0e482e6
Update x and ii variable names
sdecesari Jun 8, 2022
f748dc5
Remove extra lines
sdecesari Jun 8, 2022
41b9be2
Remove extra lines
sdecesari Jun 8, 2022
aefd3c8
Remove pry
sdecesari Jun 8, 2022
b98330d
Fix syntax remove octothorpes
sdecesari Jun 8, 2022
fc6489b
Debug: trying to get top_days_by_invoice_count to work
brycesimonds Jun 8, 2022
c84fa9a
Update x and t variable names
sdecesari Jun 8, 2022
cfa2107
Merge pull request #26 from Ethan-t-n/refactor_bgs
Ethan-t-n Jun 8, 2022
6215d84
Merge pull request #27 from Ethan-t-n/refactor_all-sd
Ethan-t-n Jun 8, 2022
5435f58
Add - updated 'require_relative' statements to include:
bensjsilverstein Jun 8, 2022
02b3e0f
Test - Add 'top_days_by_invoice_count' test
bensjsilverstein Jun 8, 2022
3c34626
Feat - Add 'top_days_by_invoice_count' method
bensjsilverstein Jun 8, 2022
3616cec
Merge pull request #28 from Ethan-t-n/top_days_by_invoice_count_bjs
sdecesari Jun 8, 2022
3775b98
Test - unskipped tests, added helper method tests
bensjsilverstein Jun 8, 2022
c7b01c4
Fix - Refactor 'invoice' status method with helper methods
bensjsilverstein Jun 8, 2022
adf3d62
Fix - Refactor 'invoice_paid_in_full'
bensjsilverstein Jun 8, 2022
4b21ec3
Fix - Refactor 'invoice_total(invoice_id)'
bensjsilverstein Jun 8, 2022
20b35d6
Fix - Refactor 'merchants_with_high_item_count'
bensjsilverstein Jun 8, 2022
702b477
Fix - Refactor 'price_std_dev'
bensjsilverstein Jun 8, 2022
47fdb16
Fix - Refactor 'price_std_dev' 2
bensjsilverstein Jun 8, 2022
1805a42
Test - Add helper method test for:
bensjsilverstein Jun 8, 2022
96ff6eb
Fix - Refactor 'average_invoices_per_merchant_standard_deviation'
bensjsilverstein Jun 8, 2022
3c83cae
Fix - Refactor 'top_days_by_invoice_count'
bensjsilverstein Jun 8, 2022
24a0334
Fix - Add additional test for methods:
bensjsilverstein Jun 8, 2022
395d1ae
Fix - remove 's' from @item_repository
bensjsilverstein Jun 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gem 'simplecov', require: false, group: :test
source 'https://rubygems.org'

gem 'cane'
Expand Down
51 changes: 51 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
cane (3.0.0)
parallel
diff-lcs (1.5.0)
docile (1.4.0)
kwalify (0.7.2)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.6)
reek (6.1.1)
kwalify (~> 0.7.0)
parser (~> 3.1.0)
rainbow (>= 2.0, < 4.0)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)

PLATFORMS
x86_64-darwin-21
ruby

DEPENDENCIES
cane
rake
reek
rspec
simplecov

BUNDLED WITH
2.3.13
5 changes: 5 additions & 0 deletions coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"result": {
"line": 98.48
}
}
Loading