Adding another Homepage feature step
[sinatra-and-cucumber.git] / application.rb
blob2ad26f3f59252a3522d0b1a4250fedbdebc83d96
1 require 'rubygems'
2 require 'sinatra'
4 get '/' do
5   "Hello, World!"
6 end