Sha256: 9f7f891d6103fa631f0d204a7ab6883e5a381a8710cbc692e63253434a658899
Contents?: true
Size: 234 Bytes
Versions: 18
Compression:
Stored size: 234 Bytes
Contents
Given /^I have a Rack app with Rack::LiveReload$/ do @app = Rack::Builder.new do use Rack::LiveReload run lambda { |env| [ 200, { 'Content-Type' => 'text/html' }, [ "<html><head></head><body></body></html>" ] ] } end end
Version data entries
18 entries across 18 versions & 2 rubygems