Skip to content

Commit

Permalink
Merge branch 'keram-failing-specs'
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Apr 25, 2024
2 parents c80f509 + 825cebd commit d32bf17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/rspec_api_documentation.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
require 'active_support'
require 'active_support/inflector'
require 'active_support/core_ext/array/extract_options'
require 'active_support/core_ext/hash/conversions'
require 'active_support/core_ext/hash/deep_merge'
require 'active_support/core_ext/hash/keys'
require 'cgi'
require 'json'

Expand Down
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rack-oauth2", "~> 1.12.0"
s.add_development_dependency "webmock", "~> 3.23.0"
s.add_development_dependency "rspec-its", "~> 1.3.0"
s.add_development_dependency "faraday", "~> 0.9.2"
s.add_development_dependency "faraday", "~> 1.0.0"
s.add_development_dependency "nokogiri", "~> 1.8.4"
s.add_development_dependency "yard", "~> 0.9.15"
s.add_development_dependency "inch", "~> 0.8.0"
Expand Down
4 changes: 2 additions & 2 deletions spec/views/api_blueprint_index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
properties_description: "required, string"
}, {
name: "option",
description: nil,
description: 'Option',
properties_description: 'optional'
}]
expect(post_route_with_optionals[:has_attributes?]).to eq false
Expand All @@ -158,7 +158,7 @@
expect(posts_route[:attributes]).to eq [{
required: false,
name: "description",
description: nil,
description: 'Description',
properties_description: "optional"
}]
end
Expand Down

0 comments on commit d32bf17

Please sign in to comment.