mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Move misplaced test
This commit is contained in:
parent
8a336d01d2
commit
df2d96a7f0
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
require File.dirname(__FILE__) + '/abstract_unit'
|
||||
require 'abstract_unit'
|
||||
require 'action_mailer/adv_attr_accessor'
|
||||
|
||||
class AdvAttrTest < Test::Unit::TestCase
|
||||
|
@ -15,6 +15,4 @@ class AdvAttrTest < Test::Unit::TestCase
|
|||
|
||||
assert_raise(ArgumentError) {bob.name 'x', 'y'}
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue