Skip to content

Commit 7ea8105

Browse files
Refactor fixtures to use file_fixture
Previously was using `File.read(Rails.root.join())` instead. This involved moving the location of the fixtures
1 parent 177d495 commit 7ea8105

13 files changed

+9
-33
lines changed

.prettierignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ terraform/.terraform
3939
*.tfstate
4040
*.tfstate.backup
4141
scratchpad
42-
spec/fixtures/fhir/immunisation-create.json
43-
spec/fixtures/fhir/immunisation-update.json
42+
spec/fixtures/files/fhir/immunisation-create.json
43+
spec/fixtures/files/fhir/immunisation-update.json
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)