Skip to content

Commit

Permalink
Fix test (closes #9120) [hasmanyjosh]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7638 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Sep 25, 2007
1 parent f65c202 commit a4e1b79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def setup
def test_should_get_index
get :index
assert_response :success
assert assigns(:<%= table_name %>)
assert_not_nil assigns(:<%= table_name %>)
end

def test_should_get_new
Expand Down

0 comments on commit a4e1b79

Please sign in to comment.