rubyforgood / applied-conservation

MIT License
7 stars 17 forks source link

Clean up specs - lets vs instance_variables #55

Closed eaierstuck closed 6 years ago

eaierstuck commented 6 years ago

We should decide on if we are using lets or before blocks for our specs...

This article makes an argument for using lets unless it is a before_all block (https://www.ombulabs.com/blog/rails/rspec/ruby/let-vs-instance.html)

jtwhittington commented 6 years ago

Done in #64