Packages controller added
This commit is contained in:
parent
f28c637d10
commit
c2a695aec0
15 changed files with 110 additions and 1 deletions
4
test/helpers/packages_helper_test.rb
Normal file
4
test/helpers/packages_helper_test.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require 'test_helper'
|
||||
|
||||
class PackagesHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/helpers/welcome_helper_test.rb
Normal file
4
test/helpers/welcome_helper_test.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require 'test_helper'
|
||||
|
||||
class WelcomeHelperTest < ActionView::TestCase
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue