Skip to content

Commit

Permalink
Merge pull request #13273 from robertomiranda/test-remove-require
Browse files Browse the repository at this point in the history
Remove require 'models/administrator', Administrator is not used in secure password test
  • Loading branch information
guilleiguaran committed Dec 11, 2013
2 parents e799c0e + df7e5b6 commit 87e1e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activemodel/test/cases/secure_password_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
require 'models/user'
require 'models/oauthed_user'
require 'models/visitor'
require 'models/administrator'

class SecurePasswordTest < ActiveModel::TestCase
setup do
Expand Down

0 comments on commit 87e1e86

Please sign in to comment.