Skip to content

Commit

Permalink
No longer uses form_tag from rails. So it doesn't use the url_for.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Youch committed Aug 12, 2010
1 parent bf985a1 commit 77175f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/controllers/editor/auth_feature_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
:state => 'missing_password'
}

@feature.should_receive(:url_for).and_return('')
@output = @feature.missing_password_feature(data)
@output.should include('missing_password[email]')
end
Expand Down

0 comments on commit 77175f3

Please sign in to comment.