Add sorbet typing information to all the files

This commit is contained in:
Matt Rogers 2019-12-18 09:49:57 -06:00
parent 8b8db1ef7c
commit cabe2f80ed
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
263 changed files with 264 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class CalendarControllerTest < ActionController::TestCase

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
require 'support/html_entity_helper'

View file

@ -1,3 +1,4 @@
# typed: true
require 'test_helper'
class DataControllerTest < ActionController::TestCase

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class FeedlistControllerTest < ActionController::TestCase

View file

@ -1,3 +1,4 @@
# typed: true
require 'test_helper'
require 'support/stub_site_config_helper'

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class LoginControllerTest < ActionController::TestCase

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
require 'support/stub_site_config_helper'

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class MessageGatewayTest < ActiveSupport::TestCase

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class NotesControllerTest < ActionController::TestCase

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class PreferencesControllerTest < ActionController::TestCase

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
require 'support/html_entity_helper'

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class RecurringTodosControllerTest < ActionController::TestCase

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class SearchControllerTest < ActionController::TestCase

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
# TODO: Add more detailed testing of the charts. There are previously defined tests in VCS before the Flash to Chart.js change.

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class TodosControllerTest < ActionController::TestCase

View file

@ -1,3 +1,4 @@
# typed: false
require 'test_helper'
class UsersControllerTest < ActionController::TestCase