remove instance variable in tests #1732
GitHub Actions / RSpec Result
failed
Jan 20, 2025 in 0s
RSpec Result
😰 365 examples, 4 failures, 15 pending
Example | Description | Message |
---|---|---|
./spec/helpers/calculators/calculators_helper_spec.rb:21 | ApplicationHelper#sanitized_notes allows specific tags and attributes | wrong number of arguments (given 1, expected 0) |
./spec/helpers/calculators/calculators_helper_spec.rb:28 | ApplicationHelper#sanitized_notes removes disallowed tags | wrong number of arguments (given 1, expected 0) |
./spec/helpers/calculators/calculators_helper_spec.rb:32 | ApplicationHelper#sanitized_notes removes disallowed tags but keeps allowed tags and attributes | wrong number of arguments (given 1, expected 0) |
./spec/helpers/calculators/calculators_helper_spec.rb:38 | ApplicationHelper#sanitized_notes does not remove allowed attributes from tags | wrong number of arguments (given 1, expected 0) |
Loading