2011-08-03 06:58:20 +02:00
|
|
|
Feature: Sprockets Gems
|
|
|
|
Scenario: Sprockets can pull jQuery from gem
|
2011-08-31 22:15:59 +02:00
|
|
|
Given the Server is running at "sprockets-app"
|
2011-10-20 01:21:46 +02:00
|
|
|
When I go to "/library/javascripts/jquery_include.js"
|
2011-08-31 22:15:59 +02:00
|
|
|
Then I should see "var jQuery ="
|