uclibs / ucrate

Scholar@UC: University of Cincinnati's self-submission institutional repository
https://scholar.uc.edu
Other
5 stars 3 forks source link

Using should syntax #1081

Closed scherztc closed 8 months ago

scherztc commented 9 months ago

Descriptive summary

Using should from rspec-expectations' old :should syntax without explicitly enabling the syntax is deprecated. Use the new :expect syntax or explicitly enable :should with config.expect_with(:rspec) { |c| c.syntax = :should } instead. Called from /Users/scherztc/Workspaces/ucrate/spec/features/welcome_mailer_spec.rb:24:in `block (2 levels) in <top (required)>'.

Expected behavior

Actual behavior

Steps to reproduce the behavior

  1. Do this
  2. Then do this...

Related work

Link to related issues or prior related work here.