Skip to content

Commit

Permalink
Updated descriptions/fixed typos & adjusted the unit test path
Browse files Browse the repository at this point in the history
-TODO: Ensure the endpoint can be while unit testing
  • Loading branch information
degradification committed Dec 19, 2024
1 parent 31cec0c commit a9543e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require_relative 'dtr_light_ehr_supported_payer_endpoint_test'

module DaVinciDTRTestKit
class DtrLightEhrSupportedEndpointsGroup < Inferno::TestGroup
class DTRLightEhrSupportedEndpointsGroup < Inferno::TestGroup
id :dtr_light_ehr_supported_endpoints
title 'Supported Endpoints'
title 'DTR Supported Endpoints'
description %(
Demonstrate the ability to access supported endpoints
)
Expand Down
4 changes: 2 additions & 2 deletions lib/davinci_dtr_test_kit/dtr_light_ehr_suite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ class DTRLightEHRSuite < Inferno::TestSuite
end

group do
title 'Supported Endpoints'
title 'DTR Light EHR Supported Endpoints'
description %(This test group tests system for their conformance to
the supported endpoint capabilities as defined by the DaVinci Documentation
Templates and Rules (DTR) v2.0,1 Implementation Guide Light DTR EHR
Templates and Rules (DTR) v2.0.1 Implementation Guide Light DTR EHR
Capability Statement.
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require_relative '../../../request_helper'
require_relative '../../../../lib/davinci_dtr_test_kit/endpoints/mock_payer/light_ehr_supported_payer_endpoint'
require_relative '../request_helper'

RSpec.describe DaVinciDTRTestKit::Endpoints::MockPayer::LightEHRSupportedPayerEndpoint do
RSpec.describe DaVinciDTRTestKit::DTRLightEhrSupportedEndpointsGroup do
include Rack::Test::Methods
include RequestHelpers

def app
Inferno::Web.app
Expand Down

0 comments on commit a9543e0

Please sign in to comment.