Skip to content

Commit

Permalink
Merge pull request #3445 from odorcicd/fix_railtie_wrap_parameter_test
Browse files Browse the repository at this point in the history
Fix railtie configuration test calling PostsController#create which didn'
  • Loading branch information
josevalim committed Oct 27, 2011
2 parents 9027643 + 177f893 commit 30c0a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/application/configuration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def self.attribute_names

app_file 'app/controllers/posts_controller.rb', <<-RUBY
class PostsController < ApplicationController
def index
def create
render :text => params[:post].inspect
end
end
Expand Down

0 comments on commit 30c0a00

Please sign in to comment.