forked from fixin.me/fixin.me
9 lines
194 B
Ruby
9 lines
194 B
Ruby
require "test_helper"
|
|
|
|
class Units::DefaultsControllerTest < ActionDispatch::IntegrationTest
|
|
test "should get index" do
|
|
get units_defaults_index_url
|
|
assert_response :success
|
|
end
|
|
end
|