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

Commit

Permalink
specs they pass
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Jan 8, 2015
1 parent 06f68ba commit 2e10979
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 52 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "cardboard"
gem "deep_merge"
gem "puppet"
gem "boxen"
gem "librarian-puppet"
gem "cardboard", "~> 2.1"
gem "deep_merge", "~> 1.0"
gem "puppet", "< 3.4.0"
gem "boxen", "~> 2.4.0"
gem "librarian-puppet", "< 0.9.15"
79 changes: 37 additions & 42 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,75 +1,70 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
addressable (2.3.6)
ansi (1.4.3)
boxen (2.7.0)
boxen (2.4.0)
ansi (~> 1.4)
hiera (~> 1.0)
highline (~> 1.6)
json_pure (>= 1.7.7, < 2.0)
librarian-puppet (~> 1.0.0)
octokit (~> 2.7, >= 2.7.1)
puppet (~> 3.7)
librarian-puppet (~> 0.9.10)
octokit (~> 2.3.0)
puppet (~> 3.0)
cardboard (2.1.0)
boxen (~> 2.1)
puppet-lint (~> 0.3)
puppetlabs_spec_helper (~> 0.4)
rspec-puppet (~> 1.0)
deep_merge (1.0.1)
diff-lcs (1.2.5)
facter (2.3.0)
CFPropertyList (~> 2.2.6)
facter (1.7.5)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
hiera (1.3.4)
hiera (1.3.2)
json_pure
highline (1.6.21)
json (1.8.1)
json_pure (1.8.1)
librarian (0.1.2)
highline
thor (~> 0.15)
librarian-puppet (1.0.9)
librarian-puppet (0.9.14)
json
librarian (>= 0.1.2)
open3_backport
metaclass (0.0.4)
mocha (1.1.0)
mocha (1.0.0)
metaclass (~> 0.0.1)
multipart-post (2.0.0)
octokit (2.7.2)
sawyer (~> 0.5.2)
puppet (3.7.3)
facter (> 1.6, < 3)
octokit (2.3.1)
sawyer (~> 0.5.1)
open3_backport (0.0.3)
open4 (~> 1.3.0)
open4 (1.3.3)
puppet (3.3.2)
facter (~> 1.6)
hiera (~> 1.0)
json_pure
rgen (~> 0.6.5)
puppet-lint (0.3.2)
puppet-syntax (1.4.0)
rake
puppetlabs_spec_helper (0.8.2)
mocha
puppet-lint
puppet-syntax
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
rake
rspec
rspec-puppet
rake (10.4.2)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.3.1)
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.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
rspec-puppet (1.0.1)
rspec
rspec-support (3.1.2)
sawyer (0.5.5)
sawyer (0.5.4)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
thor (0.19.1)
Expand All @@ -78,8 +73,8 @@ PLATFORMS
ruby

DEPENDENCIES
boxen
cardboard
deep_merge
librarian-puppet
puppet
boxen (~> 2.4.0)
cardboard (~> 2.1)
deep_merge (~> 1.0)
librarian-puppet (< 0.9.15)
puppet (< 3.4.0)
1 change: 1 addition & 0 deletions data/Darwin/10.10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---
2 changes: 1 addition & 1 deletion spec/classes/elixir_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "spec_helper"

RSpec.describe "elixir" do
describe "elixir" do

let(:facts) { default_test_facts }
let(:default_params) { { :prefix => "/test/boxen" } }
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/global_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "spec_helper"

RSpec.describe "elixir::global" do
describe "elixir::global" do
let(:facts) { default_test_facts }
let(:params) { { :version => "1.0.0" } }

Expand Down
2 changes: 1 addition & 1 deletion spec/defines/elixir_definition_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "spec_helper"

RSpec.describe "elixir::definition" do
describe "elixir::definition" do
let(:facts) { default_test_facts }
let(:title) { "1.0.0" }

Expand Down
2 changes: 1 addition & 1 deletion spec/defines/elixir_version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "spec_helper"

RSpec.describe "elixir::version" do
describe "elixir::version" do
let(:facts) { default_test_facts }
let(:title) { "1.0.0" }

Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/hiera/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elixir::version::env:
1.0.2:
1.0.0:
FROM_HIERA: 'true'

0 comments on commit 2e10979

Please sign in to comment.