mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Suppress deprecation warning
> DEPRECATION WARNING: The success? predicate is deprecated and will > be removed in Rails 6.0. Please use successful? as provided by > Rack::Response::Helpers. Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
c56c5b7a8a
commit
ca76a1e6f9
@ -7,7 +7,7 @@ describe PollingController do
|
||||
end
|
||||
|
||||
after do
|
||||
response.should be_success
|
||||
response.should be_successful
|
||||
end
|
||||
|
||||
it 'may find nothing' do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user