2011-07-10 19:02:52 -04:00
|
|
|
Feature: Sprockets
|
|
|
|
|
|
|
|
Scenario: Sprockets require
|
2011-07-27 22:59:38 -04:00
|
|
|
Given the Server is running at "test-app"
|
2011-07-10 19:02:52 -04:00
|
|
|
When I go to "/javascripts/sprockets_base.js"
|
|
|
|
Then I should see "sprockets_sub_function"
|