Skip to content

Commit

Permalink
Rename test cookbook (#567)
Browse files Browse the repository at this point in the history
- Renames test cookbook from mysql_test to test
- Removes the selinux dependency from the Berks config
  • Loading branch information
damacus authored Jun 25, 2018
1 parent fa7a848 commit 37fa5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ source 'https://supermarket.chef.io'
metadata

group :integration do
cookbook 'selinux'
cookbook 'mysql_test', path: 'test/cookbooks/mysql_test'
cookbook 'test', path: 'test/cookbooks/test'
end
2 changes: 1 addition & 1 deletion test/cookbooks/mysql_test/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name 'mysql_test'
name 'test'
version '0.0.1'

depends 'mysql'
Expand Down

0 comments on commit 37fa5ed

Please sign in to comment.