Skip to content

Commit

Permalink
Merge pull request #38 from palantirnet/feature/remove-drush
Browse files Browse the repository at this point in the history
Removes Drush
  • Loading branch information
mathewpeterson authored Sep 7, 2016
2 parents 66dab26 + 271291e commit ded1c09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions drupalbox/CHANGELOG-0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Removed

- Drupal Console
- Drush

## [0.1.1] - 2016-08-11

Expand Down
1 change: 0 additions & 1 deletion drupalbox/drupalbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
- { role: php7, when: ansible_distribution_version == '16.04' }
- { role: composer }
- { role: phpmyadmin }
- { role: drush }
- { role: nodejs }
- { role: phantomjs }
- { role: duplicity }
Expand Down
7 changes: 5 additions & 2 deletions drupalbox/tests/drush_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
require_relative 'spec_helper.rb'

describe file('/home/vagrant/.config/composer/vendor/bin/drush') do
it { should exist }
it { should be_executable }
it { should_not exist }
end

describe package('drush') do
it { should_not be_installed }
end

0 comments on commit ded1c09

Please sign in to comment.