Minor refactor

This commit is contained in:
Andrew Kvalheim 2020-04-01 08:53:01 -07:00
parent 10f0edac20
commit a179a38fae
5 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ describe Api::V1::TracksController do
expect(response).to be_success
expect(json.map { |t| t['name'] }).to contain_exactly('Conference Track', 'Test Track')
expect(json.pluck('name')).to contain_exactly('Conference Track', 'Test Track')
end
end