Skip to content

Leverage factory_bot gem for the provider tests.

Richard Chong requested to merge g354985-factorybot-experiment into master

This MR includes the following changes:

  1. Moves the contract tests to the root folder's /spec folder.
  2. Uses the factory_bot gem to generate test data for the Provider specs.
  3. Use Rack server to run the contract tests that would use the test data generated.

Related: #354985 (closed)

Edited by Richard Chong

Merge request reports