You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# goodxspecifydopending'Need to upgrade to the latest HTTP gem version before this will work again.'expect(pinger.call).toeq(204)end# goodxit'answers success status'dopending'Need to upgrade to the latest HTTP gem version before this will work again.'expect(pinger.call).toeq(200)end
terminal:
ydakuka@yauhenid:~/Work/main_app$ bin/rails_docker rubocop spec/models/user_spec.rb
Inspecting 1 file
C
Offenses:
spec/models/user_spec.rb:7:3: C: RSpec/PendingWithoutReason: Give the reason for xspecify.
xspecify do
^^^^^^^^
spec/models/user_spec.rb:13:3: C: RSpec/PendingWithoutReason: Give the reason for xit.
xit 'answers success status'do
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1 file inspected, 2 offenses detected
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like:
terminal:
The text was updated successfully, but these errors were encountered: