Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Fully automate data creation when refreshing cassettes - Part 2 #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dblessing
Copy link
Owner

Tasks for Part 2:

  • Fix Execution
  • Fix Job
  • Combine cassettes - Cassettes support more than one HTTP request each. Use one (or a few) per feature (Job, Project, etc). This should help especially with Tokens.
  • Pull some of Anvils vagrant setup in to this repo. This is because we don't want any Anvils data pre-populated and we need to configure the ACLs to be wide open. We also need more users in realm.properties

describe '.job', vcr: { cassette_name: 'job' } do
describe '.job',
vcr: { cassette_name: 'job/job',
match_requests_on: [:method] } do
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary spacing detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants