Hello,
I just downloaded typo gem 4.0 and installed typo on mac osx 10.4.7
I receive the following message:
Cleaning out Typo’s cache
Running tests. This may take a minute or two
***** Tests failed *****
** Please run ‘rake test’ by hand in your install directory.
** Report problems to the Typo mailing list.
***** Tests failed *****
Starting Typo on port 4674
I then ran the tests manually and these were the results:
-
Error:
test_signup(AccountsControllerTest):
ActiveRecord::StatementInvalid: TypeError: no implicit conversion
from nil to integer: PRAGMA table_info(notifications)
.
. -
Failure:
test_create(Admin::ContentControllerTest) [./test/functional/admin/
content_controller_test.rb:79]:
<1> expected but was
<0>. -
Error:
test_request_fires_triggers(Admin::ContentControllerTest):
NoMethodError: You have a nil object when you didn’t expect it!
The error occured while evaluating nil.publish! -
Failure:
test_new(Admin::PagesControllerTest) [./test/functional/admin/
pages_controller_test.rb:60]:
response is not a redirection to all of the options supplied
(redirection is <{:action=>“show”, :id=>0}>), difference: <{:id=>19}> -
Error:
test_blogger_new_post(BackendControllerTest):
ActiveRecord::RecordNotFound: Couldn’t find Article with ID=0
.
. -
Error:
test_blogger_new_post_no_title(BackendControllerTest):
ActiveRecord::RecordNotFound: Couldn’t find Article with ID=0
.
. -
Error:
test_blogger_new_post_with_categories(BackendControllerTest):
ActiveRecord::RecordNotFound: Couldn’t find Article with ID=0
206 tests, 766 assertions, 2 failures, 7 errors
rake aborted!
Test failures
Is there something wrong whith the app or am i doing something wrong?
Thank you