Given Reed
10/17/2022, 1:30 PM.readme
, but I must be missing some context because I'm trying to write tests that intentionally fail (to make sure I get how the logic works), and what I'm getting back from bundle exec rake
is
Running via Spring preloader in process 5271
Run options: --seed 16060
# Running:
Finished in 1.732592s, 0.0000 runs/s, 0.0000 assertions/s.
0 runs, 0 assertions, 0 failures, 0 errors, 0 skips
So it looks like I'm either just not getting how tests should be written or how they should be run. Or both, I guess. Can anybody point me in a direction for how to make sure I get a test written and tested? Especially if I promise that once we figure it out we'll start doing it more often? 😄Jared Norman
Given Reed
10/17/2022, 1:38 PMJared Norman
Given Reed
10/17/2022, 3:01 PMJared Norman
Jared Norman
Given Reed
10/17/2022, 3:10 PMJared Norman
Given Reed
10/17/2022, 3:10 PMJared Norman
bunde exec rake
should be the right command thoughGiven Reed
10/17/2022, 3:14 PMsolidus_dev_support
set up. I'm thinking I should probably do that first.Given Reed
10/17/2022, 4:09 PM