Skip to content

Commit

Permalink
Merge pull request #361 from bwvoss/adds_plugin_tests
Browse files Browse the repository at this point in the history
Adds integration test for plugins in default environment
  • Loading branch information
martinb3 committed Sep 8, 2015
2 parents b37ce9f + 33cafa8 commit c7a8325
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/default/serverspec/plugin_spec.rb
@@ -0,0 +1,7 @@
require_relative 'spec_helper'

describe file("/usr/local/elasticsearch/plugins/head") do
it { should be_directory }
it { should be_owned_by 'elasticsearch' }
it { should be_grouped_into 'elasticsearch' }
end

0 comments on commit c7a8325

Please sign in to comment.