Skip to content

Commit

Permalink
Merge pull request #37 from palantirnet/feature/remove-drupal-console
Browse files Browse the repository at this point in the history
Removes Drupal Console
  • Loading branch information
mathewpeterson authored Sep 7, 2016
2 parents 53aed6e + 048502e commit 66dab26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions drupalbox/CHANGELOG-0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Fixed incorrect database privileges for drupal user

### Removed

- Drupal Console

## [0.1.1] - 2016-08-11

### Added
Expand Down
1 change: 0 additions & 1 deletion drupalbox/drupalbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
- { role: composer }
- { role: phpmyadmin }
- { role: drush }
- { role: drupal-console }
- { role: nodejs }
- { role: phantomjs }
- { role: duplicity }
Expand Down
3 changes: 1 addition & 2 deletions drupalbox/tests/drupal-console_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require_relative 'spec_helper.rb'

describe file('/usr/local/bin/drupal') do
it { should exist }
it { should be_executable }
it { should_not exist }
end

0 comments on commit 66dab26

Please sign in to comment.