Skip to content

Commit

Permalink
Revert "add us core suite"
Browse files Browse the repository at this point in the history
This reverts commit dc81ddb.
  • Loading branch information
Jammjammjamm committed Sep 26, 2024
1 parent c1eb816 commit 1ab014f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -37,4 +36,4 @@ group :test do
gem 'simplecov-cobertura'
gem 'webmock'
gem 'factory_bot'
end
end
20 changes: 0 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@ 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)
base64 (0.2.0)
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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -353,7 +334,6 @@ DEPENDENCIES
rubocop-sequel
simplecov
simplecov-cobertura
us_core_test_kit
webmock
yard
yard-junk
Expand Down
1 change: 0 additions & 1 deletion dev_suites/dev_demo_ig_stu1/demo_suite.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# require 'onc_certification_g10_test_kit'
require 'us_core_test_kit'
require_relative 'demo_endpoint'
require_relative 'groups/demo_group'

Expand Down

0 comments on commit 1ab014f

Please sign in to comment.