Closed krvicky31 closed 3 years ago
def rules_to_run @checks_to_run = YAML.safe_load(File.read('lib/property.yaml')) end -->
https://rspec.info/help/ list resources where you can seek help. We strive to keep the issue tracker for bugs and enhancements.
How to write rspec with stubing
def rules_to_run @checks_to_run = YAML.safe_load(File.read('lib/property.yaml')) end -->
Your environment
Expected behavior
Actual behavior
Not able to write as stubing is not doing anything