hello pact rubyists! I’ve been doing more work on...
# pact-ruby
y
hello pact rubyists! I’ve been doing more work on integrating the pact ffi with ruby but i have a few questions 1. is anyone using pact with test frameworks other than rspec ( minitest / test-unit / others? 2. Does anyone test non rack based apps? 3. Are any ruby users, using the pact-provider-verifier rather than the pact gem, which spins up your rack app automatically 4. we need your provider app to be running, with an endpoint when running provider verifications. we didn’t before as we used rack-test. how does anyone deal with this today in other types of test. would you run in a sep process or thread say with webrick loading your app?
🤔 2