Skip to content

Commit 1ee9cc9

Browse files
arturoherreroTim Vandecasteele
authored andcommitted
Improve test description
1 parent dcb82de commit 1ee9cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/hide_api_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class HideApi < Grape::API
2424

2525
def app; HideApi end
2626

27-
it "retrieves swagger-documentation on /swagger_doc" do
27+
it "retrieves swagger-documentation that doesn't include hidden endpoint" do
2828
get '/swagger_doc.json'
2929
JSON.parse(last_response.body).should == {
3030
"apiVersion" => "0.1",

0 commit comments

Comments
 (0)