Browse Source

Remove test directory

pull/41/head
Angel Aviel Domaoan 4 years ago committed by Angel Aviel Domaoan
parent
commit
ffbff6dbf8
  1. 5
      test/application_system_test_case.rb
  2. 11
      test/channels/application_cable/connection_test.rb
  3. 0
      test/controllers/.keep
  4. 0
      test/fixtures/files/.keep
  5. 0
      test/helpers/.keep
  6. 0
      test/integration/.keep
  7. 0
      test/mailers/.keep
  8. 0
      test/models/.keep
  9. 0
      test/system/.keep
  10. 13
      test/test_helper.rb

5
test/application_system_test_case.rb

@ -1,5 +0,0 @@
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
end

11
test/channels/application_cable/connection_test.rb

@ -1,11 +0,0 @@
require "test_helper"
class ApplicationCable::ConnectionTest < ActionCable::Connection::TestCase
# test "connects with cookies" do
# cookies.signed[:user_id] = 42
#
# connect
#
# assert_equal connection.user_id, "42"
# end
end

0
test/controllers/.keep

0
test/fixtures/files/.keep vendored

0
test/helpers/.keep

0
test/integration/.keep

0
test/mailers/.keep

0
test/models/.keep

0
test/system/.keep

13
test/test_helper.rb

@ -1,13 +0,0 @@
ENV['RAILS_ENV'] ||= 'test'
require_relative "../config/environment"
require "rails/test_help"
class ActiveSupport::TestCase
# Run tests in parallel with specified workers
parallelize(workers: :number_of_processors)
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
fixtures :all
# Add more helper methods to be used by all tests here...
end
Loading…
Cancel
Save