middleman/features/sprockets.feature

11 lines
403 B
Gherkin
Raw Normal View History

2011-07-11 01:02:52 +02:00
Feature: Sprockets
Scenario: Sprockets require
Given the Server is running at "test-app"
2011-07-11 01:02:52 +02:00
When I go to "/javascripts/sprockets_base.js"
2011-08-09 20:12:20 +02:00
Then I should see "sprockets_sub_function"
Scenario: Sprockets require with custom :js_dir
Given the Server is running at "sprockets-app"
When I go to "/library/javascripts/sprockets_base.js"
2011-07-11 01:02:52 +02:00
Then I should see "sprockets_sub_function"