Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fallbacks_test.rb never runs #31

Open
gtd opened this issue May 8, 2010 · 0 comments
Open

fallbacks_test.rb never runs #31

gtd opened this issue May 8, 2010 · 0 comments

Comments

@gtd
Copy link

gtd commented May 8, 2010

The tests are there, but the condition to run them is never true. I added:

I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)

And there are 4 failures. Obviously it's very hard to enable Fallbacks within a test suite since it's an included module. However these tests should be run, and I'm working on functionality that needs specific testing in fallbacks mode, so it'd be nice to work out some kind of automated testing here... maybe separate rake tasks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant