diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-04 18:13:33 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-04 18:13:33 -0600 |
| commit | da11d3969ccc2186d2fa179c2610f0a3cf3c5831 (patch) | |
| tree | d17dbd2e61c039fd48844d56e5f75c7fabcf7606 /spec/integration | |
| parent | fc653afdeea582dced54f23d22b61764fdeaaef0 (diff) | |
Fix typo
Diffstat (limited to 'spec/integration')
| -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 7a1c274..b5c2d15 100644 --- a/spec/integration/php/composer_spec.rb +++ b/spec/integration/php/composer_spec.rb @@ -124,7 +124,7 @@ RSpec.describe "composer" do runner.mount(dir: fixture_file('php/composer/unreachable-network')) end - it 'parses the informatio from the lockfile' do + it 'parses the information from the lockfile' do expect(subject).to match_schema expect(subject.dependency_names).to match_array(['monolog/monolog']) expect(subject.licenses_for('monolog/monolog')).to match_array(['MIT']) |
