You are here: Forums Ask a Rails expert Newbie - Rake Cant Execute Tes...
Posted in Forums : Ask a Rails expert
Authority 0
Posting Rating 0
Sign in to rate this post
|
I dont know why it cant execute my rake test. D:\ruby\tiesto>rake test/unit/kantor_test.rb—trace(in D:/ruby/tiesto)
In my test/unit/kantor_test.rb require File.dirname(FILE) + ’/../test_helper’ class KantorTest < Test::Unit::TestCase fixtures :kantors
Please helpe me. Thank you. |
Authority 12
Posting Rating 98
Sign in to rate this post
|
your “asser_equal” should be “assert_equal” |
Authority 0
Posting Rating 0
Sign in to rate this post
|
I did make assert_equal but the same thing happened. no changes: D:\ruby\tiesto>rake test/unit/kantor_test.rb—trace(in D:/ruby/tiesto)
Please help me what happen.. |
Authority 12
Posting Rating 98
Sign in to rate this post
|
ah, sorry, just spotted the problem try ruby test/unit/kantor_test.rb (not rake) |
Ask a Rails expert : Tracking down an issue
Ask a Rails expert : Thread Vs Transaction
Ask a Rails expert : implementing whitelist plugin
Ask a Rails expert : Validation helper
Ask a Rails expert : FILE EDIT/DELETE
Ask a Rails expert : decrypting the password
Ask a Rails expert : Static Objects in Rails
Ask a Rails expert : Newbie - Rake Cant Execute Test
Ask a Rails expert : Call Web service
Ask a Rails expert : RMagick issues