I tried the following and got the associated error:
Failure/Error: reminders_array.should be_an(Array)
NoMethodError:
undefined method `should' for #<Array:0x0000000202c9a0>
reminders_array should be an Array and I would like to check for it with an Rspec test. How should I do it differently from the tested assertion above?