test: clean up spec description typos

Signed-off-by: Mridankan Mandal <xerontitan90@gmail.com>
This commit is contained in:
Mridankan Mandal 2026-08-12 18:54:26 +05:30
parent e267adf8b7
commit 9da43a52c3
No known key found for this signature in database
GPG key ID: C24AD565E950FF59
7 changed files with 10 additions and 10 deletions

View file

@ -62,7 +62,7 @@ describe Admin::TracksController do
end
describe 'POST #create' do
context 'saves successfuly' do
context 'saves successfully' do
before :each do
post :create, params: { track: attributes_for(:track), conference_id: conference.short_title }
end