6 lines
192 B
Gherkin
6 lines
192 B
Gherkin
Feature: Sprockets
|
|
|
|
Scenario: Sprockets require
|
|
Given the Server is running at "test-app"
|
|
When I go to "/javascripts/sprockets_base.js"
|
|
Then I should see "sprockets_sub_function" |