Skip to content

Commit baacd69

Browse files
committed
tweak storeconfigs_backend_spec
1 parent 0fdfde6 commit baacd69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
describe OctocatalogDiff::Cli::Options do
66
describe '#opt_storeconfigs_backend' do
77
it 'should accept all valid arguments' do
8-
result = run_optparse(['--storeconfigs-backend', 'puppetdb,yaml,json'])
9-
expect(result[:validate_references]).to eq(%w(puppetdb yaml json))
8+
result = run_optparse(['--storeconfigs-backend', 'puppetdb'])
9+
expect(result[:storeconfigs_backend]).to eq('puppetdb')
1010
end
1111
end
1212
end

0 commit comments

Comments
 (0)