rlmoser99 / ruby_rspec_TOP

A tutorial that I developed for students at The Odin Project to learn RSpec.

Home Page:https://github.com/TheOdinProject/ruby_testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests run in different order - 02_array_spec

andrewjh271 opened this issue · comments

For this line, # Why do you think they are in a different order than these tests are written?, is the answer that the test not within a context block goes first? I wasn't sure. I think it would be helpful to students if at the end of the document you could include the answer.

Great idea! Essentially you are correct. I'll add an explanation at the end of the file.

The end of the file seemed out of place for the answer, so I inserted the explanation immediately after the question.