Skip to content

Instantly share code, notes, and snippets.

@ahmad19
Created December 21, 2020 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmad19/a422b7946decdc1ecdda0cc1583e7370 to your computer and use it in GitHub Desktop.
Save ahmad19/a422b7946decdc1ecdda0cc1583e7370 to your computer and use it in GitHub Desktop.
Rspec expect to match only few attributes in the response body
expect(response.parsed_body['data']).to(include(
'active' => true,
'name' => 'some group',
'once_per_user' => true
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment