middleman/features/sprockets_gems.feature

7 lines
218 B
Gherkin
Raw Normal View History

2011-08-03 06:58:20 +02:00
@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"