Browse Source

verify Fixed sinatra's json test

Mike Smith 11 years ago
parent
commit
6ed3f02d3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sinatra/hello_world.rb

+ 1 - 1
sinatra/hello_world.rb

@@ -17,7 +17,7 @@ class World < ActiveRecord::Base
 end
 
 get '/json' do
-  json :message => 'Hello World!'
+  json :message => 'Hello, World!'
 end
 
 get '/plaintext' do