fix tests and typo bugs

This commit is contained in:
albert
2013-03-22 18:54:37 -04:00
parent ec50911a52
commit a4b67fa072
9 changed files with 53 additions and 68 deletions

View File

@@ -3,7 +3,7 @@ require 'test_helper'
class TagsControllerTest < ActionController::TestCase
context "The tags controller" do
setup do
@user = FactoryGirl.create(:user)
@user = FactoryGirl.create(:builder_user)
CurrentUser.user = @user
CurrentUser.ip_addr = "127.0.0.1"
end