notebook/test/controllers/contributors_controller_test.rb
2017-08-15 03:10:46 +02:00

10 lines
173 B
Ruby

require 'test_helper'
class ContributorsControllerTest < ActionController::TestCase
test "should get destroy" do
get :destroy
assert_response :success
end
end