-
Notifications
You must be signed in to change notification settings - Fork 3
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
FT-10 Lab Result #13
base: main
Are you sure you want to change the base?
FT-10 Lab Result #13
Conversation
@@ -0,0 +1,115 @@ | |||
require 'rails_helper' | |||
|
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.
Saran dari mentor kemarin, nice to have kalo spec/request dipindah ke folder spec/controller dan namanya ngikut nama file controller-nya dikasih suffix _spec. Biar seragam semua penamaan folder/file nya
@@ -0,0 +1,15 @@ | |||
require 'rails_helper' |
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.
better di hapus filenya kalau tidak digunakan.
@@ -0,0 +1,2 @@ | |||
module LabMeasurementHelper |
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.
file yang tidak digunakan bisa di hapus mas
@@ -0,0 +1,2 @@ | |||
module LabResultCategoriesHelper |
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.
file yang tidak digunakan bisa di hapus mas
@@ -0,0 +1,2 @@ | |||
module LabResultsHelper |
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.
file yang tidak digunakan bisa di hapus mas
expect(labresult).to be_valid | ||
end | ||
end | ||
describe '-- UPDATE Lab Result' 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.
test case update lab result bisa dihapus mas, karena saya lihat di routenya tidak tidak ada update
No description provided.