1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/features/sprockets.feature

6 lines
192 B
Gherkin
Raw Normal View History

2011-07-10 19:02:52 -04:00
Feature: Sprockets
Scenario: Sprockets require
Given the Server is running at "test-app"
2011-07-10 19:02:52 -04:00
When I go to "/javascripts/sprockets_base.js"
Then I should see "sprockets_sub_function"