Skip to content

Commit

Permalink
Update GuideCard spec to not include path
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Headley <hackartisan@users.noreply.github.com>
  • Loading branch information
leefaisonr and hackartisan committed Aug 30, 2023
1 parent 8640d5d commit 18b5118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/requests/guide_cards_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
end

describe 'GET show' do
it 'shows the metadata for a specific item' do
it 'shows the heading for a specific item' do
get '/guide_cards/3'
expect(response.body).to include('AALAS')
expect(response.body).to include('14/0001/A1002')
end
end
end
Expand Down

0 comments on commit 18b5118

Please sign in to comment.