summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-08-04 18:13:33 -0600
committermo khan <mo.khan@gmail.com>2020-08-04 18:13:33 -0600
commitda11d3969ccc2186d2fa179c2610f0a3cf3c5831 (patch)
treed17dbd2e61c039fd48844d56e5f75c7fabcf7606 /spec
parentfc653afdeea582dced54f23d22b61764fdeaaef0 (diff)
Fix typo
Diffstat (limited to 'spec')
-rw-r--r--spec/integration/php/composer_spec.rb2
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'])