Skip to content

Commit

Permalink
Merge pull request #57 from gwagener/sinister_bend
Browse files Browse the repository at this point in the history
Fixed backwards slash.
  • Loading branch information
hornc committed Aug 14, 2015
2 parents ada2d77 + ba1afa8 commit 2c111c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apivore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|

This comment has been minimized.

Copy link
@Aimmejoe40

Aimmejoe40 Oct 2, 2018

Specification

s.name = 'apivore'
s.version = '1.3.0'
s.version = '1.3.1'
s.date = '2015-07-31'
s.summary = "Tests your API against its Swagger 2.0 spec"
s.description = "Tests your rails API using its Swagger description of end-points, models, and query parameters."
Expand Down
2 changes: 1 addition & 1 deletion lib/apivore/validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def check_request_path(swagger_checker)
" #{method} #{path}"
elsif method == "get" && swagger_checker.fragment(path, method, expected_response_code).nil?
errors << "Swagger doc: #{swagger_checker.swagger_path} missing"\
" response model for get request with #{path} for code"/
" response model for get request with #{path} for code"\

This comment has been minimized.

Copy link
@Aimmejoe40

Aimmejoe40 Oct 2, 2018

response model for get request with #{path} for code"\2c111c2

" #{expected_response_code}"
end
end
Expand Down

0 comments on commit 2c111c2

Please sign in to comment.