spec/default_api_spec.rb in grape-swagger-0.7.1 vs spec/default_api_spec.rb in grape-swagger-0.7.2

- old
+ new

@@ -24,11 +24,11 @@ "basePath" => "http://example.org", "info" => {}, "produces" => ["application/json"], "operations" => [], "apis" => [ - { "path" => "/something.{format}" }, - { "path" => "/swagger_doc.{format}" } + { "path" => "/swagger_doc/something.{format}" }, + { "path" => "/swagger_doc/swagger_doc.{format}" } ] } end context "path inside the apis array" do