Skip to content

Commit 5c750e4

Browse files
ericproulxdblock
andauthored
Update spec/grape/endpoint_spec.rb
Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
1 parent 322a8e4 commit 5c750e4

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
@@ -772,7 +772,7 @@ def memoized
772772
end
773773

774774
context 'when `return`' do
775-
it 'calls deprecatator' do
775+
it 'calls deprecator' do
776776
subject.get('/home') do
777777
return 'Hello'
778778
end

0 commit comments

Comments
 (0)