1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/features/sprockets_gems.feature
2011-10-19 20:45:11 -07:00

10 lines
No EOL
412 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/javascripts/jquery_include.js"
Then I should see "var jQuery ="
Scenario: Sprockets can pull CSS from gem
Given the Server is running at "sprockets-app"
When I go to "/library/stylesheets/bootstrap_include.css"
Then I should see "Bootstrap"