mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Renamed minitest helper to test_helper
This commit is contained in:
parent
d8e742c9f4
commit
2ff2213d0e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
require 'minitest_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
describe <%= class_name %>Decorator do
|
describe <%= class_name %>Decorator do
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
require 'minitest_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class <%= class_name %>DecoratorTest < Draper::TestCase
|
class <%= class_name %>DecoratorTest < Draper::TestCase
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue