Skip to content

Commit 9ea952d

Browse files
committed
feat: reviewed-engine-test-todos
1 parent 45b926e commit 9ea952d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spec/engine/e2e/engine_spec.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,9 @@ def load_test_file(filepath)
3434
test_evaluation_context = test_case[:context]
3535
test_expected_result = test_case[:result]
3636

37-
# TODO: Build environment/identity models and map to evaluation context
38-
evaluation_context = test_evaluation_context
39-
4037
# TODO: Implement evaluation logic
4138
evaluation_result = {}
4239

43-
# For now, verify the context structure is valid
44-
expect(evaluation_context).to eq(test_evaluation_context)
4540

4641
# TODO: Uncomment when evaluation is implemented
4742
# expect(evaluation_result).to eq(test_expected_result)

0 commit comments

Comments
 (0)