aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-10 01:45:42 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-10 01:45:42 -0200
commit274607708c010a18d1d6a4fe1df1c04c88130158 (patch)
tree029239c1b660f0eb663fe7579daa5b310c00a3c0
parent23f8c635c0c8c9f6fbe810766104a4fa9f6794d4 (diff)
downloadrails-274607708c010a18d1d6a4fe1df1c04c88130158.tar.gz
rails-274607708c010a18d1d6a4fe1df1c04c88130158.tar.bz2
rails-274607708c010a18d1d6a4fe1df1c04c88130158.zip
Add missing end
-rw-r--r--actionpack/lib/action_controller/test_case.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb
index ac2e0fcb83..5354099f87 100644
--- a/actionpack/lib/action_controller/test_case.rb
+++ b/actionpack/lib/action_controller/test_case.rb
@@ -257,6 +257,7 @@ module ActionController
# def test_create
# json = {:book => { :title => "Love Hina" }}.to_json
# post :create, json
+ # end
#
# == Special instance variables
#