Sha256: a69f8e49fa99fe9fb52ff009c4491ef4087a1ee468cf5d12d2111d8d1ba5966f

Contents?: true

Size: 308 Bytes

Versions: 3

Compression:

Stored size: 308 Bytes

Contents

# frozen_string_literal: true

require("test_helper")

module ApplicationCable
  class ConnectionTest < ActionCable::Connection::TestCase
    # test "connects with cookies" do
    #   cookies.signed[:user_id] = 42
    #
    #   connect
    #
    #   assert_equal connection.user_id, "42"
    # end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zapp-0.2.1 examples/rails-app/test/channels/application_cable/connection_test.rb
zapp-0.1.1 examples/rails-app/test/channels/application_cable/connection_test.rb
zapp-0.1.0 examples/rails-app/test/channels/application_cable/connection_test.rb