Groups
Groups
Sign in
Groups
Groups
Ruby on Rails Taiwan
Conversations
About
Send feedback
Help
請問,關於有關Unit test 問題?
3 views
Skip to first unread message
mrvh
unread,
Sep 4, 2008, 1:20:14 AM
9/4/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails Taiwan, mr.vh....@gmail.com
C:\railsproj\demo>ruby test/unit/user_test.rb
Loaded suite test/unit/user_test
Started
E
Finished in 0.703 seconds.
1) Error:
test_truth(UserTest):
ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table
'demo_test.users' does
n't exist: DELETE FROM `users`
------------------------------------------------------------------------------------------------------------------------
#require 'test_helper'
require File.dirname(__FILE__) + '/../test_helper'
class UserTest < ActiveSupport::TestCase
# Replace this with your real tests.
fixtures :users
def test_truth
assert true
end
end
Reply all
Reply to author
Forward
0 new messages