1. 21 12月, 2015 1 次提交
  2. 20 12月, 2015 1 次提交
  3. 19 12月, 2015 33 次提交
  4. 18 12月, 2015 5 次提交
    • K
      Fix `receive` spelling and add whitespace · 6a2c3c4c
      Kasper Timm Hansen 提交于
      Found `recieve` next to the correctly spelled method name, fixed it.
      
      Also we prefer a one space padding within hashes, add that.
      6a2c3c4c
    • A
      [ActionCable] Test invalid action on channel · 46adddbf
      Akshay Vishnoi 提交于
      46adddbf
    • R
      Merge pull request #22666 from akshay-vishnoi/base_test_case · d51c04fa
      Rafael França 提交于
      [ActionCable] test perform action with default action
      d51c04fa
    • E
      Fix test that fails in isolation · eac2eea3
      eileencodes 提交于
      This test needs to have a require for the Listen gem or else it returns
      an error when run by itself or with a certain order in the Active
      Support tests. We use `silence_warnings` because Listen has some
      warnings about private methods. It's already silenced when it's required
      in Active Support EventedFileUpdateChecker.
      
      ```
      1) Error:
      EventedFileUpdateCheckerTest#test_should_not_execute_the_block_if_no_paths_are_given:
      NameError: uninitialized constant EventedFileUpdateCheckerTest::Listen
          test/evented_file_update_checker_test.rb:21:in `teardown'
      ```
      eac2eea3
    • E
      Delete duplicate test · 65146b58
      eileencodes 提交于
      The test was was in here twice so we were seeing this error:
      
      ```
      activesupport/test/caching_test.rb:658:
      warning: method redefined; discarding old test_local_cache_of_read_nil
      activesupport/test/caching_test.rb:634:
      warning: previous definition of test_local_cache_of_read_nil was here
      ```
      65146b58