We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215f018 commit d08f902Copy full SHA for d08f902
spec/aws/codedeploy/local/cli_validator_spec.rb
@@ -86,7 +86,7 @@
86
end
87
88
89
- context 'when loction is directory but appspec is missing' do
+ context 'when location is directory but appspec is missing' do
90
let(:args) do
91
{"--bundle-location"=>FAKE_DIRECTORY,
92
"--type"=>'directory'}
@@ -101,7 +101,7 @@
101
102
103
104
- context 'when loction is directory and --appspec-filename is specified (but not existing)' do
+ context 'when location is directory and --appspec-filename is specified (but not existing)' do
105
106
107
"--type"=>'directory',
0 commit comments