Howdy -
I’m having a problem when I try to test my work in the control flow and enumerables exercises.
After working on my code in atom, I run bundle exec rspec --color a few times. Then, after another round of edits, I get this error when I run the test:
And at the bottom, instead of getting the summary of examples and failures, the message
“0 examples, 0 failures, 1 error occured outside of examples”
I haven’t found anyone else in the a/A forums who has had this problem. Quitting terminal and running bundle install again hasn’t worked, nor has a good ol’ restart.
Any idea what I’m doing wrong? I didn’t have this problem with the data structures or methods exercises.