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

Add a tip for palindrome

rlmoser99 opened this issue · comments

# Write one custom matcher for a one word palindrome that will pass all

Add a tip to use the following in the custom matcher:
{ |string| string.reverse == string }