mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
6 lines
178 B
Gherkin
6 lines
178 B
Gherkin
|
Feature: Sprockets
|
||
|
|
||
|
Scenario: Sprockets require
|
||
|
Given the Server is running
|
||
|
When I go to "/javascripts/sprockets_base.js"
|
||
|
Then I should see "sprockets_sub_function"
|