Skip to content

Commit

Permalink
fixed specs
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrit committed Jul 12, 2010
1 parent bceeab9 commit ea27912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/controllers/page_postback_spec.rb
Expand Up @@ -4,7 +4,8 @@
dataset :pages

before :each do
Radiant::Config['comments.post_to_page?'] = true
Radiant::Config['comments.post_to_page?'] = 'true'
Radiant::Config['comments.auto_approve'] = 'true'
end

def do_post(comment_params={})
Expand Down

0 comments on commit ea27912

Please sign in to comment.