1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test
Jon Leighton 9ae81be072 Fix race condition in test
This should fix travis. For real this time! This is the one!

The readpartial(100) meant that an earlier assert_stdout could chomp up
the output that a later assert_stdout wants, meaning that the later
assertion fails.

Reading only 1 byte at a time ensure that we don't read any more than is
necessary to verify the assertion.
2013-03-09 20:32:01 +00:00
..
application Fix race condition in test 2013-03-09 20:32:01 +00:00
commands
configuration
fixtures
generators
isolation
railties Merge pull request #8557 from timraymond/add_back_engines_and_deprecate 2013-01-22 00:00:20 -02:00
abstract_unit.rb
app_rails_loader_test.rb
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb
engine_test.rb
env_helpers.rb
generators_test.rb
initializable_test.rb
paths_test.rb Revert "Deprecate the eager_load_paths configuration" 2013-02-19 07:22:37 +00:00
rack_logger_test.rb
rails_info_controller_test.rb
rails_info_test.rb