Skip to content

Commit 9d99b1c

Browse files
seanmilahayworth
andauthored
Update spec/octocatalog-diff/tests/cli/options/puppet_master_token_file_spec.rb
Co-authored-by: Andrew Hayworth <[email protected]>
1 parent 7a40644 commit 9d99b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/octocatalog-diff/tests/cli/options/puppet_master_token_file_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
expect(result[:from_puppet_master_token]).to eq(fixture)
1616
end
1717

18-
it 'should error if --puppet_master-token-file points to non-existing file' do
18+
it 'should error if --puppet-master-token-file points to non-existing file' do
1919
expect do
2020
run_optparse(['--basedir', basedir, '--puppet-master-token-file', 'sdafjfkjlafjadsasf'])
2121
end.to raise_error(Errno::ENOENT)

0 commit comments

Comments
 (0)