Refactor and fix features
This commit is contained in:
@@ -3,7 +3,7 @@ Feature: `condition' task keyword
|
||||
Scenario: prevents task actions application when condition is not met
|
||||
Given a recipe with:
|
||||
"""
|
||||
task :hello do
|
||||
task :some_task do
|
||||
condition { false }
|
||||
|
||||
echo 'evaluated'
|
||||
|
Reference in New Issue
Block a user