Skip to content

Commit d571f25

Browse files
author
Josh Murphy
committed
Fix test description
1 parent 4598287 commit d571f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/grape/endpoint_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ def app
941941
end
942942
end
943943

944-
it 'responds with a 406 for an unsupported content-type' do
944+
it 'responds with a 415 for an unsupported content-type' do
945945
subject.format :json
946946
# subject.content_type :json, "application/json"
947947
subject.put '/request_body' do

0 commit comments

Comments
 (0)