Merge pull request #3445 from odorcicd/fix_railtie_wrap_parameter_test

Fix railtie configuration test calling PostsController#create which didn'
This commit is contained in:
José Valim
2011-10-26 23:57:13 -07:00

View File

@@ -476,7 +476,7 @@ module ApplicationTests
app_file 'app/controllers/posts_controller.rb', <<-RUBY
class PostsController < ApplicationController
def index
def create
render :text => params[:post].inspect
end
end