Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Add serverspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
plu committed Dec 22, 2013
1 parent 0ce8bc8 commit 6e6dec8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ source 'https://rubygems.org'
gem 'berkshelf'
gem 'foodcritic'
gem 'kitchen-vagrant'
gem 'serverspec'
gem 'test-kitchen'
gem 'thor-foodcritic'
17 changes: 17 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ GEM
activesupport (>= 3.2.0)
hashie (>= 2.0.2)
multi_json (>= 1.3.0)
diff-lcs (1.2.5)
erubis (2.7.0)
faraday (0.8.8)
multipart-post (~> 1.2.0)
Expand All @@ -57,6 +58,7 @@ GEM
gyoku (1.1.0)
builder (>= 2.1.2)
hashie (2.0.5)
highline (1.6.20)
httpclient (2.3.4.1)
httpi (0.9.7)
rack
Expand Down Expand Up @@ -107,6 +109,14 @@ GEM
solve (>= 0.4.4)
varia_model (~> 0.1)
winrm (~> 1.1.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rubyntlm (0.1.1)
safe_yaml (0.9.7)
savon (0.9.5)
Expand All @@ -117,7 +127,13 @@ GEM
nokogiri (>= 1.4.0)
nori (~> 1.0)
wasabi (~> 1.0)
serverspec (0.13.7)
highline
net-ssh
rspec (>= 2.13.0)
specinfra (>= 0.0.14)
solve (0.8.2)
specinfra (0.0.17)
test-kitchen (1.1.1)
mixlib-shellout (~> 1.2)
net-scp (~> 1.1)
Expand Down Expand Up @@ -155,5 +171,6 @@ DEPENDENCIES
berkshelf
foodcritic
kitchen-vagrant
serverspec
test-kitchen
thor-foodcritic

0 comments on commit 6e6dec8

Please sign in to comment.