lib/rubocop/cop/rspec/rails/http_status.rb in rubocop-rspec-2.28.0 vs lib/rubocop/cop/rspec/rails/http_status.rb in rubocop-rspec-2.29.0

- old
+ new

@@ -51,10 +51,10 @@ # # it { is_expected.to be_ok } # # it { is_expected.to be_not_found } # # it { is_expected.to have_http_status :success } # # it { is_expected.to have_http_status :error } # # - # class HttpStatus < RuboCop::Cop::RSpecRails::Base; end + # class HttpStatus < RuboCop::Cop::RSpec::Base; end HttpStatus = ::RuboCop::Cop::RSpecRails::HttpStatus end end end end