Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created November 23, 2008 16:10
Show Gist options
  • Save anildigital/28144 to your computer and use it in GitHub Desktop.
Save anildigital/28144 to your computer and use it in GitHub Desktop.
9 tests, 154 assertions, 0 failures, 0 errors
Loaded suite test/initializer_test
Started
..............F..........
Finished in 0.51216 seconds.
1) Failure:
test_config_defaults_and_settings_should_be_added_to_i18n_defaults(InitializerSetupI18nTests)
[test/initializer_test.rb:299:in `test_config_defaults_and_settings_should_be_added_to_i18n_defaults'
/opt/local/lib/ruby/gems/1.8/gems/mocha-0.9.2/lib/mocha/test_case_adapter.rb:69:in `__send__'
/opt/local/lib/ruby/gems/1.8/gems/mocha-0.9.2/lib/mocha/test_case_adapter.rb:69:in `run']:
<["/Users/anilwadghule/code/rails/rails/activesupport/lib/active_support/locale/en.yml",
"/Users/anilwadghule/code/rails/rails/actionpack/lib/action_view/locale/en.yml",
"my/test/locale.yml",
"my/other/locale.yml"]> expected but was
<["./test/../../activesupport/lib/active_support/locale/en.yml",
"./test/../../actionpack/lib/action_view/locale/en.yml",
"my/test/locale.yml",
"my/other/locale.yml"]>.
25 tests, 42 assertions, 1 failures, 0 errors
rake aborted!
Failures
/Users/anilwadghule/code/rails/rails/railties/rakefile:32
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment