Improve wording in CLI#arguments spec
This commit is contained in:
parent
bd1bdba9cf
commit
779eb72c32
@ -10,7 +10,7 @@ module Producer::Core
|
|||||||
subject(:cli) { CLI.new(arguments) }
|
subject(:cli) { CLI.new(arguments) }
|
||||||
|
|
||||||
describe '#arguments' do
|
describe '#arguments' do
|
||||||
it 'returns the arguments' do
|
it 'returns the assigned arguments' do
|
||||||
expect(cli.arguments).to eq arguments
|
expect(cli.arguments).to eq arguments
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user