Skip to content

Commit 322a8e4

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

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
@@ -786,7 +786,7 @@ def memoized
786786
end
787787

788788
context 'when `next`' do
789-
it 'calls deprecatator' do
789+
it 'does not call deprecator' do
790790
subject.get('/home') do
791791
next 'Hello'
792792
end

0 commit comments

Comments
 (0)