rake test:units fails in my current application, because the needed data of the fixtures is missing.
rake test:units
If I\'m loading the fixtures manually via rak
rak
My problem is forgot to put "require 'test_helper'" at the head. eg.
require 'test_helper' class AdminUserTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end