projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f1554
)
There are five trace fixtures now
author
Tom Hughes
<tom@compton.nu>
Mon, 11 Oct 2010 22:35:44 +0000
(23:35 +0100)
committer
Tom Hughes
<tom@compton.nu>
Mon, 11 Oct 2010 22:35:44 +0000
(23:35 +0100)
test/unit/trace_test.rb
patch
|
blob
|
history
diff --git
a/test/unit/trace_test.rb
b/test/unit/trace_test.rb
index 0d72e553ea4e79df8c1a40b2cf08c4741300dcca..db6dc6044cca48e2e2ffc0f8b4b21d7396b6d132 100644
(file)
--- a/
test/unit/trace_test.rb
+++ b/
test/unit/trace_test.rb
@@
-4,7
+4,7
@@
class TraceTest < ActiveSupport::TestCase
api_fixtures
def test_trace_count
- assert_equal
4
, Trace.count
+ assert_equal
5
, Trace.count
end
end