Rspec Shared Contexts Have to Be Included Separately (Sometimes)
Let’s say you have two shared_context blocks in your rspec spec that each redefines the same variable or mocks the same method:
Let’s say you have two shared_context blocks in your rspec spec that each redefines the same variable or mocks the same method: