generated from inferno-framework/inferno-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FI-3102/FI-3393/FI-3431: Integrate SMART v2.2/Integrate smart-app-lau…
…nch test kit 0.4.6/Integrate us_core test kit 0.9.0 (#581) * Add US Core 7 to g(10) test kit * Remove Location from unrestricted resource test and update description * Remove line in terminology loader that should be included in different PR, and fix wording in a test description * Fix linting issues and remove file that was added by mistake * Integrate SMART v2.2 into G10 Test Kit * Update Gemfile and update reference server preset to incorporate SMART v2.2 * Update short id map to include new SMART v2.2 tests * Fixes after rebase * Revert Gemfile.lock back to what it originally was * Fix linting issues * Fix Location typo in single patient us core 7 * Add SMART 0.4.6 changes, update short_ids, add US Core 0.9.0 changes * Fix gemspec typos * bundle install after rebase * Fix terminology_binding_validator failed on PrimitiveType element * Add self.short_id method * Restore short_id .yaml file * Update short_id yaml file to have correct id incrementation, and remove hard coded short id from smart standalone patient app group file * update short_ids * update to us_core 0.9.1 --------- Co-authored-by: Yunwei Wang <>
- Loading branch information
1 parent
61562f7
commit 96935ee
Showing
26 changed files
with
2,879 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# frozen_string_literal: true | ||
|
||
source "https://rubygems.org" | ||
source 'https://rubygems.org' | ||
|
||
gemspec | ||
|
||
group :development, :test do | ||
gem 'debug' | ||
gem 'rubocop', '~> 1.9' | ||
gem 'rubocop-rspec', require: false | ||
gem 'rubyXL' | ||
gem 'debug' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.