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

Check correct use of attr_accessor in tests

rlmoser99 opened this issue · comments

Research using instance_variable_set vs. having attr_accessor on instance variables, to create that test conditions. Having attr_accessors on instance variables is not a good practice: https://github.com/troessner/reek/blob/v6.0.1/docs/Attribute.md