Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Remove Serverspec::Helper includes and add backend for serverspec 2.x #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions templates/serverspec/spec_helper.rb.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Encoding: utf-8
require 'serverspec'

include Serverspec::Helper::Exec
include Serverspec::Helper::DetectOS
set :backend, :exec

RSpec.configure do |c|
c.before :all do
Expand Down