Skip to content

Commit

Permalink
Merge pull request #429 from serverspec/move-rspec-its
Browse files Browse the repository at this point in the history
Move requirement for rspec/its from setup.rb to serverspec.rb
  • Loading branch information
mizzy committed Jun 11, 2014
2 parents 34a1c79 + 9c3e626 commit 29523c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/serverspec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'rubygems'
require 'rspec'
require 'rspec/its'
require 'specinfra'
require 'serverspec/version'
require 'serverspec/matchers'
Expand Down
1 change: 0 additions & 1 deletion lib/serverspec/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def self.auto_vagrant_configuration
def self.spec_helper_template
template = <<-EOF
require 'serverspec'
require 'rspec/its'
<% if @os_type == 'UN*X' && @backend_type == 'Ssh' -%>
require 'pathname'
<% end -%>
Expand Down

0 comments on commit 29523c0

Please sign in to comment.