Add some GH-based testing

This commit is contained in:
Gene Liverman 2021-06-15 10:18:13 -04:00
parent 0c4dc910d3
commit ef72c2399a
No known key found for this signature in database
GPG key ID: A5E7EC8322AE6F74
3 changed files with 37 additions and 2 deletions

View file

@ -1,6 +1,6 @@
source ENV['GEM_SOURCE'] || "https://rubygems.org"
gemspec
gemspec :development_group => :acceptance_testing
@ -18,7 +18,8 @@ end
# We don't put beaker in as a test dependency because we
# don't want to create a transitive dependency
group :acceptance_testing do
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.0')
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.0')
gem "beaker-abs"
end