Skip to content

Commit 2b1cc0f

Browse files
authored
Merge pull request #108 from Mth0158/remove-duplicate-method
Improve test_helper files method
2 parents bbb5be6 + 2d48245 commit 2b1cc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def each_content_type_fixture(folder)
4646
end
4747

4848
def files(name)
49-
Pathname.new fixture_path(name)
49+
self.class.files(name)
5050
end
5151

5252
def fixture_path(name)

0 commit comments

Comments
 (0)