9 lines
318 B
Gherkin
9 lines
318 B
Gherkin
Feature: Simple Template Loaders Test
|
|
As a developer
|
|
I want to test template loaders functionality
|
|
So that we achieve code coverage
|
|
|
|
Scenario: Test all loaders basic functionality
|
|
Given I initialize the test environment
|
|
When I test all template loader classes
|
|
Then the loaders should work correctly |