mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
stray character in railties test
This commit is contained in:
parent
8ef46f0d61
commit
6087fe8eed
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class MetalTest < Test::Unit::TestCase
|
|||
assert_equal(["MetalB"], found_metals_as_string_array)
|
||||
end
|
||||
end
|
||||
p
|
||||
|
||||
def test_metal_finding_should_work_with_subfolders
|
||||
use_appdir("subfolders") do
|
||||
assert_equal(["Folder::MetalA", "Folder::MetalB"], found_metals_as_string_array)
|
||||
|
|
Loading…
Reference in a new issue