Skip to content

Commit

Permalink
Use gem as validation test
Browse files Browse the repository at this point in the history
Ref: #165
  • Loading branch information
projkov committed Jul 19, 2024
1 parent 996c8c7 commit 3ee2478
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ gem 'pg', '~> 1.5'
gem 'rubocop', '~> 1.63.2'
gem 'rubocop-erb', '~> 0.3.0'
gem 'sqlite3', '~> 1.4'
gem 'validation_test_kit', github: 'beda-software/validation-test-kit'
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/beda-software/validation-test-kit.git
revision: 0a5461aa67e0872271861cc193f86db98b15997f
specs:
validation_test_kit (0.0.1)
inferno_core (>= 0.4.2)

PATH
remote: .
specs:
Expand Down Expand Up @@ -354,6 +361,7 @@ DEPENDENCIES
rubocop (~> 1.63.2)
rubocop-erb (~> 0.3.0)
sqlite3 (~> 1.4)
validation_test_kit!
webmock (~> 3.11)

BUNDLED WITH
Expand Down
4 changes: 4 additions & 0 deletions lib/au_core_test_kit.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# frozen_string_literal: true

require 'validation_test_kit'

require_relative 'au_core_test_kit/generated/v0.3.0-ballot/au_core_test_suite'

require_relative 'au_core_test_kit/generated/v0.4.0-preview/au_core_test_suite'

# require_relative 'au_core_test_kit/generated/v0.5.0-ci-build/au_core_test_suite'

# require_relative 'au_core_tet_kit/custom_suites/custom_validation_suite'

0 comments on commit 3ee2478

Please sign in to comment.