Skip to content

Commit ba1e9f6

Browse files
committed
List all tests that failed for calculation.rb
1 parent bca3f44 commit ba1e9f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RUNNING_UNIT_TESTS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ Currently we expect the following errors from running the test suite:
7272
activerecord/test/cases/adapter_test.rb
7373

7474
3. Error:
75-
test_delegates_finds_and_calculations_to_the_base_class(NamedScopeTest):
76-
NoMethodError: undefined method `to_d' for 0:Fixnum
75+
test_should_average_field(CalculationsTest)
76+
test_average_with_from_option(CalculationsTest)
77+
test_delegates_finds_and_calculations_to_the_base_class(NamedScopeTest)
7778
http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1346-coerce-0-average-calculation-to-float
7879

7980

0 commit comments

Comments
 (0)