repo.or.cz
/
sinatra-and-cucumber.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Adding another Homepage feature step
[sinatra-and-cucumber.git]
/
application.rb
blob
2ad26f3f59252a3522d0b1a4250fedbdebc83d96
1
require 'rubygems'
2
require 'sinatra'
3
4
get '/' do
5
"Hello, World!"
6
end