-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added feature flipper for calculators constructor #983
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## calculators-constructor #983 +/- ##
===========================================================
+ Coverage 85.41% 85.51% +0.09%
===========================================================
Files 68 68
Lines 1049 1056 +7
===========================================================
+ Hits 896 903 +7
Misses 153 153 ☔ View full report in Codecov by Sentry. |
@@ -26,6 +26,20 @@ | |||
end | |||
end | |||
|
|||
RSpec.shared_context :show_constructor do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSpec.shared_context :show_constructor do | |
RSpec.shared_context :enable_calculators_constructor do |
spec/requests/calculators_spec.rb
Outdated
before(:example, :disabled_constructor) do | ||
include_context :disable_calculators_constructor | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
щось не дуже розумію, що тут робиться
unknown_2024.11.26-17.17.mp4
Code reviewers
Second Level Review
Summary of issue
There is not feature flipper for the calculators constructor.
Summary of change
Added feature flipper for calculators constructor, so admin could turn on/off it
CHECK LIST