Skip to content

Commit

Permalink
Sinatra::Default is obsolete; use Sinatra::Base instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
anildigital committed Apr 29, 2010
1 parent f4167b7 commit 4c46b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fixtures/fake_app.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Rack module Rack
module Test module Test


class FakeApp < Sinatra::Default class FakeApp < Sinatra::Base
head "/" do head "/" do
"meh" "meh"
end end
Expand Down

0 comments on commit 4c46b93

Please sign in to comment.