Improve wording in CLI#arguments spec

This commit is contained in:
Thibault Jouan 2013-08-06 19:41:48 +00:00
parent bd1bdba9cf
commit 779eb72c32

View File

@ -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