middleman/features/sprockets.feature

6 lines
178 B
Gherkin
Raw Normal View History

2011-07-11 01:02:52 +02:00
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"