Skip to content

Commit

Permalink
[grape] change endpoint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Palazzetti committed Apr 21, 2017
1 parent ded05d8 commit fba59e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contrib/grape/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TestingAPI < Grape::API
sleep(0.01)
end

desc 'Returns an error'
desc 'Returns a success message before and after filter processing'
get :before_after do
'OK'
end
Expand Down

0 comments on commit fba59e6

Please sign in to comment.