Commit 7a7e6d8fa535dbb25ca517954bb3c94e2e5b9a29

Authored by Dan Croak
1 parent a26fc9f5

updated old-style user unit test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/unit/user_test.rb
1   -require File.dirname(__FILE__) + '/../test_helper'
  1 +require 'test_helper'
2 2  
3 3 class UserTest < ActiveSupport::TestCase
4 4 should "be valid with factories" do
... ...