Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
erlang
Commits
5062df00
Commit
5062df00
authored
Jan 09, 2016
by
Tim Smith
Browse files
Bump copyrights and remove duplicate spec
parent
98a4bd03
Changes
6
Hide whitespace changes
Inline
Side-by-side
recipes/default.rb
View file @
5062df00
...
...
@@ -5,7 +5,7 @@
# Author:: Hector Castro <hector@basho.com>
#
# Copyright 2008-2009, Joe Williams
# Copyright 2011, Chef Software Inc.
# Copyright 2011
-2016
, Chef Software Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
recipes/esl.rb
View file @
5062df00
...
...
@@ -3,7 +3,7 @@
# Recipe:: esl
#
# Author:: Christopher Maier (<cm@chef.io>)
# Copyright 2013, Chef Software, Inc.
# Copyright 2013
-2016
, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
recipes/package.rb
View file @
5062df00
...
...
@@ -6,7 +6,7 @@
# Author:: Hector Castro <hector@basho.com>
#
# Copyright 2008-2009, Joe Williams
# Copyright 2011, Chef Software Inc.
# Copyright 2011
-2016
, Chef Software Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
recipes/source.rb
View file @
5062df00
...
...
@@ -5,7 +5,7 @@
# Author:: Hector Castro <hector@basho.com>
#
# Copyright 2008-2009, Joe Williams
# Copyright 2011, Chef Software Inc.
# Copyright 2011
-2016
, Chef Software Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
spec/unit/recipes/default_spec.rb
deleted
100644 → 0
View file @
98a4bd03
require
'spec_helper'
describe
'default recipe on Ubuntu 14.04'
do
let
(
:chef_run
)
do
ChefSpec
::
ServerRunner
.
new
do
|
node
|
node
.
automatic
[
:lsb
][
:codename
]
=
'trusty'
end
.
converge
(
'erlang::default'
)
end
it
'converges successfully'
do
expect
{
:chef_run
}.
to_not
raise_error
end
end
spec/unit/recipes/esl_spec.rb
View file @
5062df00
...
...
@@ -12,7 +12,7 @@ describe 'erlang::esl' do
end
it
'includes the apt recipe'
do
expect
(
chef_run_debian
).
to
include_recipe
'apt'
expect
(
chef_run_debian
).
to
include_recipe
(
'apt'
)
end
it
'adds the erlang_solutions_repo apt repository'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment