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

Commit

Permalink
Merge pull request #15 from boxen/fix-include-class-failing-spec
Browse files Browse the repository at this point in the history
Fix include class failing spec
  • Loading branch information
rafaelfranca committed Jul 5, 2014
2 parents 7ea2eda + a88cb1c commit 118cf8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# elasticsearch Puppet Module for Boxen

[![Build Status](https://travis-ci.org/boxen/puppet-elasticsearch.png?branch=master)](https://travis-ci.org/boxen/puppet-elasticsearch)
[![Build Status](https://travis-ci.org/boxen/puppet-elasticsearch.svg?branch=master)](https://travis-ci.org/boxen/puppet-elasticsearch)

Install [elasticsearch](http://www.elasticsearch.org), a distributed,
RESTful search engine. The `BOXEN_ELASTICSEARCH_PORT` and
Expand Down
8 changes: 4 additions & 4 deletions spec/classes/elasticsearch_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
let(:facts) { default_test_facts }

it do
should include_class("elasticsearch::config")
should include_class("elasticsearch::package")
should include_class("elasticsearch::service")
should contain_class("elasticsearch::config")
should contain_class("elasticsearch::package")
should contain_class("elasticsearch::service")

should include_class("java")
should contain_class("java")
end
end

0 comments on commit 118cf8a

Please sign in to comment.