mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 05:32:52 +00:00
Moving to github
This commit is contained in:
23
test/controllers/igdb_matches_controller_test.rb
Normal file
23
test/controllers/igdb_matches_controller_test.rb
Normal file
@@ -0,0 +1,23 @@
|
||||
require "test_helper"
|
||||
|
||||
class IgdbMatchesControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get index" do
|
||||
get igdb_matches_index_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get approve" do
|
||||
get igdb_matches_approve_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get reject" do
|
||||
get igdb_matches_reject_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get sync_now" do
|
||||
get igdb_matches_sync_now_url
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user