Skip to content
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

Issue 3028 convert csv to excel #5209

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: added file name for skipping test
  • Loading branch information
xeniabarreto committed Sep 15, 2023
commit 9cf1ab457e17705d6553f85fbc583eb396e98407
1 change: 1 addition & 0 deletions .allow_skipping_tests
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ policies/note_policy.rb
presenters/base_presenter.rb
presenters/case_contact_presenter.rb
services/case_contacts_export_csv_service.rb
services/case_contacts_export_excel_service.rb
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I am not a fan of skipping tests...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, but the methods are hard to test in isolation, and you can test them in the system spec.

services/court_report_format_contact_date.rb
services/create_all_casa_admin_service.rb
services/create_casa_admin_service.rb
Expand Down