Refactoring of order comments.
This commit is contained in:
parent
38b5dcba1f
commit
88b268cb0b
14 changed files with 57 additions and 47 deletions
9
test/functional/order_comments_controller_test.rb
Normal file
9
test/functional/order_comments_controller_test.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require 'test_helper'
|
||||
|
||||
class OrderCommentsControllerTest < ActionController::TestCase
|
||||
test "should get new" do
|
||||
get :new
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
4
test/unit/helpers/order_comments_helper_test.rb
Normal file
4
test/unit/helpers/order_comments_helper_test.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require 'test_helper'
|
||||
|
||||
class OrderCommentsHelperTest < ActionView::TestCase
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue