test/test_app/app/controllers/slow_controller.rb in pauldowman-ec2onrails-0.9.10 vs test/test_app/app/controllers/slow_controller.rb in pauldowman-ec2onrails-0.9.10.0

- old
+ new

@@ -1,6 +1,6 @@ class SlowController < ApplicationController def index sleep 1 - render :text => 'Hello world!' + render :text => "Hello world! #{Time.now}" end end