Fix railtie configuration test calling PostsController#create which didn't exist

This commit is contained in:
Denis Odorcic
2011-10-27 02:16:59 -04:00
parent 9027643798
commit 177f893a28

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