Commit Graph

7 Commits (4197b5e4c8d01806bd974d97a3b1e38eb3208f26)

Author SHA1 Message Date
Nick Schonning a38f67c1c3
Autofix Rubocop Style/PreferredHashMethods ()
Nick Schonning 84cc805cae
Enable Style/FrozenStringLiteralComment for specs ()
Nick Schonning e2a3ebb271
Autofix Rubocop Style/IfUnlessModifier ()
Meisam 6cdbc345f4
Validate nodeinfo response by schema ()
* add json-schema to :test in Gemfile

* Create node_info_2.0_schema.json

* test match_response_schema

* Create match_response_schema.rb

* Update nodeinfo_controller_spec.rb

* Rename spec/support/node_info_2.0_schema.json to spec/support/schema/node_info_2.0_schema.json

* Update match_response_schema.rb

* cleanup

* additionally validate the json schema itself

disable throwing errors

test the schema matcher

* rename nodeinfo schema to nodeinfo_2.0

* use Rails.root.join to construct the path

* prettify json

* sync Gemfile.lock
Sumak 91cc8d1e63
fix change `:keys` to `:attribute_names` ()
ysksn 9dd5e329ab Remove empty strings ()
Samy KACIMI 81c76fe375 add more tests to models