test/excon/integration_test.rb in excon-hypermedia-0.5.3 vs test/excon/integration_test.rb in excon-hypermedia-0.6.0
- old
+ new
@@ -1,6 +1,7 @@
# frozen_string_literal: true
+
# rubocop:disable Metrics/AbcSize
# rubocop:disable Metrics/LineLength
require_relative '../test_helper'
@@ -89,5 +90,8 @@
assert response.body.include?('/product/bicycle')
end
end
end
+
+# rubocop:enable Metrics/AbcSize
+# rubocop:enable Metrics/LineLength