oops, maybe I should actually run the tests before committing

This commit is contained in:
Mike McCabe
2013-11-23 17:59:41 -05:00
parent c7515af6ab
commit ce239e84be
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,4 +1,3 @@
require
class UsersController < ApplicationController
skip_before_filter :has_info
+1 -1
View File
@@ -8,7 +8,7 @@
<%= form_tag "forgot_password", :class=> "signup-wrapper" do %>
<div class="header">
<h2>Login</h2>
<h2>Forgot Password</h2>
<p>Fill out the form below to reset your email.</p>
</div>