diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-29 09:47:00 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-29 09:47:00 -0700 |
| commit | cb2b48d69e57b7ebcc2ebc44441ef0fb2912739c (patch) | |
| tree | 36c1bd186b8165b4c94b22d6bbd4c1e6a4becb61 /spec | |
| parent | 4d96a49f2c0771e58bceded7a18524df6c636283 (diff) | |
Update describe to mention target package manager
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/integration/php/composer_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/php/composer_spec.rb b/spec/integration/php/composer_spec.rb index 41ed041..b29c0b2 100644 --- a/spec/integration/php/composer_spec.rb +++ b/spec/integration/php/composer_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper' -RSpec.describe "drupal" do +RSpec.describe "composer" do context "when the project's dependencies require php-gd e.g. in the case of Drupal" do it 'installs the required dependencies and produces a valid report' do # composer.json from https://git.drupalcode.org/project/drupal/raw/8.7.x/core/composer.json |
