forked from fixin.me/fixin.me
Generate Units::Defaults controller
bin/rails g controller Units/Defaults index
This commit is contained in:
8
test/controllers/units/defaults_controller_test.rb
Normal file
8
test/controllers/units/defaults_controller_test.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require "test_helper"
|
||||
|
||||
class Units::DefaultsControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get index" do
|
||||
get units_defaults_index_url
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user