Skip to content

Instantly share code, notes, and snippets.

@JunichiIto
Created November 24, 2015 04:13
Show Gist options
  • Save JunichiIto/6be9a924e1b21872305e to your computer and use it in GitHub Desktop.
Save JunichiIto/6be9a924e1b21872305e to your computer and use it in GitHub Desktop.
describe 'test' do
example do
x = [{id: 1, name: 'hoge'}, {id: 2, name: 'fuga'}]
expect(x).to a_collection_including a_hash_including(id: 2), a_hash_including(id: 1)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment