diff options
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
-rw-r--r-- | spec/spec_helper_acceptance.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index c41d7a6..e0a23cb 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -11,8 +11,6 @@ def compatible_agents agents.reject { |agent| agent['platform'].include?('windows') || agent['platform'].include?('eos-') || agent['platform'].include?('fedora-28') } end - - RSpec.configure do |c| c.before :suite do unless ENV['BEAKER_provision'] == 'no' @@ -21,4 +19,4 @@ RSpec.configure do |c| install_module_dependencies_on(hosts) end end -end
\ No newline at end of file +end |