mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
7 lines
218 B
Gherkin
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"
|