Vladimir Dementyev
Vladimir Dementyev
- Make testing utils work with aliases (so, we can do more black-box-like testing). - Consider adding testing utils to test aliases (`expect(:index?).to be_an_alias_of(:show?)`). Closes #165. Closes #188.
Update `Policy#initialize` API: `initialize(record = nil) -> `initialize(record: nil)` See https://github.com/palkan/action_policy/commit/5f9d865135fc40b1109b1add09b1ece7ffe5c457
Related to https://github.com/palkan/action_policy/issues/89 and https://github.com/palkan/action_policy-graphql/issues/22. Let's think about how we can use policies to authorize mutations inputs (and, probably, resolvers in general). What are the possible use-cases? I can recall...
## Problem Currently, when using Cuprite with a typical Capybara setup with `Capybara.reset_sessions!` after each test, a new blank context is created **after** each test. When running tests in a...
### Discussed in https://github.com/test-prof/test-prof/discussions/239 Originally posted by **hvenables** March 18, 2022 Hey, Quick question around the use of any fixture with multiple databases. I found that when i started using...
## Use Cases Such a filtering can be obviously used for debugging. Another use case is adding an exception for the cases when you shouldn't build any objects inside the...
Let's see whether our patched `Kernel#require` and `Kernel#load` methods are compatible with ruby/spec. Current state: ```sh $ be mspec/bin/mspec spec/core/kernel/require_spec.rb spec/core/kernel/load_spec.rb 2 files, 216 examples, 738 expectations, 18 failures, 0...
### What is the purpose of this pull request? Provide a simple rewriting mechanism to allow experimenting without dealing with parsers. ### What changes did you make? (overview) Added text...
Waiting for https://github.com/jruby/jruby/issues/5638