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