diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2016-06-25 19:44:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-25 19:44:59 -0400 |
commit | 8827723d35a0f3a80afc87bee532b992e945ac74 (patch) | |
tree | bc2d226d196bd23932e30c88a60d9a668692fa05 | |
parent | eb1c0e2283d7ec87ef7af1ef327f9b9e7fe27b97 (diff) | |
parent | 4db92eed3b80780e8005d2236e77f4855d526164 (diff) | |
download | rails-8827723d35a0f3a80afc87bee532b992e945ac74.tar.gz rails-8827723d35a0f3a80afc87bee532b992e945ac74.tar.bz2 rails-8827723d35a0f3a80afc87bee532b992e945ac74.zip |
Merge pull request #25528 from Gaurav2728/test_may_not_using_these_files
client test have not using Pathname and hashwithindifferent access
-rw-r--r-- | actioncable/test/client_test.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actioncable/test/client_test.rb b/actioncable/test/client_test.rb index f4b4a53aea..283ba9daaf 100644 --- a/actioncable/test/client_test.rb +++ b/actioncable/test/client_test.rb @@ -1,9 +1,6 @@ require 'test_helper' require 'concurrent' -require 'active_support/core_ext/hash/indifferent_access' -require 'pathname' - require 'faye/websocket' require 'json' |