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

Make spelling of "falsy" consistent throughout the file (including the file name)

msespos opened this issue · comments

# Do not use 'be_truthy' or 'be_falsey' for methods that should only be

"Falsey" is technically OK, but since falsy is the spelling used in the code, we should maintain consistency and clarity by always using "falsy" in the file and in the filename.

File name and file edited to make the suggested change.