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

Commit

Permalink
Fix spec runner
Browse files Browse the repository at this point in the history
Update cardboard, boxen, and a heap of other dependencies, because they
were broken. In order to run rspec-puppet we also need fixture symlinks
for this module.
  • Loading branch information
dgoodlad committed Dec 8, 2013
1 parent a762bf1 commit 5203505
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 31 deletions.
65 changes: 34 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,69 +1,72 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.2)
addressable (2.3.5)
ansi (1.4.3)
boxen (1.0.0)
boxen (1.5.2)
ansi (~> 1.4)
hiera (~> 1.0.0)
hiera (~> 1.0)
highline (~> 1.6)
json_pure (>= 1.7.7, < 2.0)
librarian-puppet (~> 0.9)
librarian-puppet (~> 0.9.9)
octokit (~> 1.15)
puppet (~> 3.0)
cardboard (1.0.0)
cardboard (1.0.4)
boxen (~> 1.0)
puppet-lint (~> 0.3)
puppetlabs_spec_helper (~> 0.4)
rspec-puppet (~> 0.1)
diff-lcs (1.1.3)
facter (1.6.17)
faraday (0.8.5)
multipart-post (~> 1.1)
diff-lcs (1.2.5)
facter (1.7.3)
faraday (0.8.8)
multipart-post (~> 1.2.0)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
hiera (1.0.0)
highline (1.6.15)
json (1.7.7)
json_pure (1.7.7)
librarian-puppet (0.9.8)
hashie (2.0.5)
hiera (1.3.0)
json_pure
highline (1.6.20)
json (1.8.1)
json_pure (1.8.1)
librarian-puppet (0.9.10)
json
thor (~> 0.15)
metaclass (0.0.1)
mocha (0.13.2)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.6.0)
multipart-post (1.1.5)
multi_json (1.8.2)
multipart-post (1.2.0)
netrc (0.7.7)
octokit (1.23.0)
octokit (1.25.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.9)
hashie (~> 1.2)
hashie (~> 2.0)
multi_json (~> 1.3)
netrc (~> 0.7.7)
puppet (3.1.0)
puppet (3.3.2)
facter (~> 1.6)
hiera (~> 1.0)
rgen (~> 0.6.5)
puppet-lint (0.3.2)
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
rake
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.0.3)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
rake (10.1.0)
rgen (0.6.6)
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)
rspec-puppet (0.1.6)
rspec
thor (0.17.0)
thor (0.18.1)

PLATFORMS
ruby
Expand Down
1 change: 1 addition & 0 deletions spec/fixtures/modules/cassandra/files
1 change: 1 addition & 0 deletions spec/fixtures/modules/cassandra/manifests
1 change: 1 addition & 0 deletions spec/fixtures/modules/cassandra/templates

0 comments on commit 5203505

Please sign in to comment.