Skip to content

Commit

Permalink
Fix typo in spec name
Browse files Browse the repository at this point in the history
  • Loading branch information
acroos committed Mar 30, 2021
1 parent b84d2bc commit a03b7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ghost_adapter/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
expect(config.as_args).to include '--panic-flag-file=/tmp/foo.flag'
end

it 'substitues values passed as context' do
it 'substitutes values passed as context' do
options = { panic_flag_file: '/tmp/<%= foo %>.flag' }
config = described_class.new(options)
args = config.as_args(context: { foo: 'bar' })
Expand Down

0 comments on commit a03b7b4

Please sign in to comment.