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

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