Improve some context descriptions in specs

This commit is contained in:
Thibault Jouan
2013-07-31 22:45:42 +00:00
parent 0aa043b61a
commit a45a340b64
3 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ module Producer::Core
cli.evaluate_recipe_file
end
context 'error during recipe evaluation' do
context 'when recipe evaluation fails' do
let(:recipe_file) { fixture_path_for('recipes/invalid.rb') }
let(:stdout) { StringIO.new }
subject(:cli) { CLI.new(arguments, stdout) }