5 lines
207 B
Gherkin
5 lines
207 B
Gherkin
Feature: Sprockets Gems
|
|
Scenario: Sprockets can pull jQuery from gem
|
|
Given the Server is running at "sprockets-app"
|
|
When I go to "/library/js/jquery_include.js"
|
|
Then I should see "var jQuery =" |