79803315

Date: 2025-10-28 22:45:18
Score: 0.5
Natty:
Report link

By using rspec-json_expectations gem:

expect(response.body).to include_json(
  premium: "gold",
  gamification_score: 79
)
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Lev Lukomskyi