Fix the warning:
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.
|
||
|---|---|---|
| .. | ||
| access_tokens_controller_spec.rb | ||
| account_users_controller_spec.rb | ||
| accounts_controller_spec.rb | ||
| agent_bots_controller_spec.rb | ||
| app_config_controller_spec.rb | ||
| installation_configs_controller_spec.rb | ||
| platform_apps_controller_spec.rb | ||
| users_controller_spec.rb | ||