(maint) reduce run time for acceptance testing
authortphoney <tp@puppet.com>
Thu, 14 Feb 2019 10:23:04 +0000 (10:23 +0000)
committertphoney <tp@puppet.com>
Mon, 4 Mar 2019 14:13:48 +0000 (14:13 +0000)
commit337435e42bba9c4044f2e87ff4b29f70141295ce
tree53d634532db0b96bf5c6da0e0310e26bdc3a2bf2
parent76beb1352845d710fa8fcfcf9569ea884c701e25
(maint) reduce run time for acceptance testing

Moving acceptance tests to unit tests, this reduces run time for testing.
This gives a 50% reduction in acceptance test times.
spec/acceptance/apt_key_provider_spec.rb
spec/spec_helper_acceptance.rb
spec/unit/puppet/provider/apt_key_spec.rb [new file with mode: 0644]