From 1ab014ff2e13648d6b5c4458f246d63ee88a2b31 Mon Sep 17 00:00:00 2001 From: Stephen MacVicar Date: Thu, 26 Sep 2024 13:46:07 -0400 Subject: [PATCH] Revert "add us core suite" This reverts commit dc81ddbc419b0b407ccb63594794e66dc68ef90b. --- Gemfile | 3 +-- Gemfile.lock | 20 -------------------- dev_suites/dev_demo_ig_stu1/demo_suite.rb | 1 - 3 files changed, 1 insertion(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index 0e388f21b..5676ffc62 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,6 @@ gemspec # kits): # - Uncomment this line (and change test kit gem as necessary): # gem 'onc_certification_g10_test_kit' -gem 'us_core_test_kit' # - Run `bundle` # - Uncomment (and change as necessary) the require at the top of @@ -37,4 +36,4 @@ group :test do gem 'simplecov-cobertura' gem 'webmock' gem 'factory_bot' -end +end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 777a0a230..ddd84def2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,6 @@ GEM zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - aes_key_wrap (1.1.0) ast (2.4.2) backports (3.23.0) base62-rb (0.3.1) @@ -47,7 +46,6 @@ GEM bcp47 (0.3.3) i18n bigdecimal (3.1.8) - bindata (2.5.0) blueprinter (0.25.2) byebug (11.1.3) codecov (0.5.2) @@ -160,17 +158,11 @@ GEM http-accept (1.7.0) http-cookie (1.0.7) domain_name (~> 0.5) - httpclient (2.8.3) i18n (1.12.0) concurrent-ruby (~> 1.0) io-console (0.6.0) irb (1.6.2) reline (>= 0.3.0) - json-jwt (1.15.3.1) - activesupport (>= 4.2) - aes_key_wrap - bindata - httpclient jwt (2.9.0) base64 kramdown (2.4.0) @@ -284,11 +276,6 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) - smart_app_launch_test_kit (0.4.3) - inferno_core (>= 0.4.2) - json-jwt (~> 1.15.3) - jwt (~> 2.6) - tls_test_kit (~> 0.2.0) sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) @@ -300,8 +287,6 @@ GEM strscan (3.1.0) thor (1.2.2) tilt (2.4.0) - tls_test_kit (0.2.2) - inferno_core (>= 0.4.2) tty-color (0.6.0) tty-markdown (0.7.2) kramdown (>= 1.16.2, < 3.0) @@ -315,10 +300,6 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.1.0) unicode_utils (1.4.0) - us_core_test_kit (0.8.1) - inferno_core (>= 0.4.37) - smart_app_launch_test_kit (>= 0.4.0) - tls_test_kit (~> 0.2.0) webmock (3.14.0) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -353,7 +334,6 @@ DEPENDENCIES rubocop-sequel simplecov simplecov-cobertura - us_core_test_kit webmock yard yard-junk diff --git a/dev_suites/dev_demo_ig_stu1/demo_suite.rb b/dev_suites/dev_demo_ig_stu1/demo_suite.rb index db281eec1..f56890599 100644 --- a/dev_suites/dev_demo_ig_stu1/demo_suite.rb +++ b/dev_suites/dev_demo_ig_stu1/demo_suite.rb @@ -1,5 +1,4 @@ # require 'onc_certification_g10_test_kit' -require 'us_core_test_kit' require_relative 'demo_endpoint' require_relative 'groups/demo_group'