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

10 lines
403 B
Gherkin
Raw Normal View History

2011-08-03 00:58:20 -04:00
Feature: Sprockets Gems
Scenario: Sprockets can pull jQuery from gem
Given the Server is running at "sprockets-app"
2011-10-26 12:38:47 -04:00
When I go to "/library/js/jquery_include.js"
2011-10-19 23:45:11 -04:00
Then I should see "var jQuery ="
2011-10-28 02:36:19 -04:00
# Scenario: Sprockets can pull CSS from gem
# Given the Server is running at "sprockets-app"
# When I go to "/library/css/bootstrap_include.css"
# Then I should see "Bootstrap"