Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 22, 2024
1 parent 2c1e942 commit caf42e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/application_system_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ def setup

user = FactoryGirl.create(:user)
login_as(user, role: User::STAFF)

LocSubject.delete_all
LocSubject.load_from_file('lib/loc_subjects.txt')
end

end

0 comments on commit caf42e1

Please sign in to comment.