Skip to content

Instantly share code, notes, and snippets.

@stevo
Last active May 8, 2018 09:11
Show Gist options
  • Save stevo/11776d5dd9401562557b33f24c37e33a to your computer and use it in GitHub Desktop.
Save stevo/11776d5dd9401562557b33f24c37e33a to your computer and use it in GitHub Desktop.
expect(result).to match_array(
[
be_a_kind_of(User::Member).and(have_attributes(name: ‘Tony’)),
be_a_kind_of(User::Admin).and(have_attributes(name: ‘Mike’))
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment