2011-08-03 00:58:20 -04:00
|
|
|
@wip
|
|
|
|
Feature: Sprockets Gems
|
|
|
|
|
|
|
|
Scenario: Sprockets can pull jQuery from gem
|
2011-08-31 16:15:59 -04:00
|
|
|
Given the Server is running at "sprockets-app"
|
|
|
|
When I go to "/javascripts/jquery_include.js"
|
|
|
|
Then I should see "var jQuery ="
|