middleman/features/sprockets_gems.feature
2011-08-02 21:58:20 -07:00

7 lines
218 B
Gherkin

@wip
Feature: Sprockets Gems
Scenario: Sprockets can pull jQuery from gem
Given the Server is running at "test-app"
When I go to "/javascripts/jquery_base.js"
# Then I should see "sprockets_sub_function"