Now riding on Sinatra extensions and using Padrino rendering

This commit is contained in:
tdreyno 2010-09-06 18:48:25 -07:00
parent 4ba90bf1c7
commit 4d0567cf40
33 changed files with 421 additions and 487 deletions

View file

@ -1,5 +1,5 @@
Given /^I am using an asset host$/ do
Middleman::Server.enable :asset_host
Middleman::Server.activate :asset_host
Middleman::Server.set :asset_host do |asset|
"http://assets%d.example.com" % (asset.hash % 4)
end