1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/testing
lxxxvi f4f7659acf Clearer error message in assert_changes
When `to:` is passed to `assert_changes`, it now prints the well-known `"Expected: x\n Actual: y"` message. 
Before, the message only contained the actual value.
2018-05-05 14:11:59 +02:00
..
assertions.rb Clearer error message in assert_changes 2018-05-05 14:11:59 +02:00
autorun.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
constant_lookup.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
declarative.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
deprecation.rb [Active Support] require_relative => require 2017-10-21 22:48:27 +09:00
file_fixtures.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
isolation.rb Ruby 2.4: take advantage of String#unpack1 2018-03-01 22:42:51 -08:00
method_call_assertions.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
parallelization.rb Add test parallelization to Rails 2018-02-15 19:21:24 -05:00
setup_and_teardown.rb SetupAndTeardown has few caveats that breaks libraries: 2018-04-27 01:36:27 -04:00
stream.rb Fix Style/RedundantReturn offenses 2018-04-21 13:23:42 -04:00
tagged_logging.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
time_helpers.rb Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00