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

Remove instance_variable_set

rlmoser99 opened this issue · comments

This is a code smell. Instead, create a new instance with the values that are needed to to test.