# File lib/rspec/expectations/expectation_target.rb, line 55 def should(*args) RSpec.deprecate "`expect { }.should`", "`expect { }.to`", 3 @target.should(*args) end